Merge "containerfile: update test to jammy"

This commit is contained in:
Zuul 2022-05-03 22:56:35 +00:00 committed by Gerrit Code Review
commit d3ce32016a
9 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@
nodeset: debian-bullseye
vars:
dib_functests:
- containerfile/focal-build-succeeds
- containerfile/jammy-build-succeeds
- openeuler-minimal/20.03-LTS-SP2-build-succeeds
# Image based tests
- centos/8-stream-build-succeeds

View File

@ -2,6 +2,7 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
# common
binutils
bzip2
util-linux
dosfstools

View File

@ -1,2 +0,0 @@
FROM docker.io/library/ubuntu:focal
RUN touch /testfile

View File

@ -0,0 +1,2 @@
FROM docker.io/library/ubuntu:jammy
RUN touch /testfile