Merge "containerfile: update test to jammy"
This commit is contained in:
commit
d3ce32016a
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
# common
|
||||
binutils
|
||||
bzip2
|
||||
util-linux
|
||||
dosfstools
|
||||
|
@ -1,2 +0,0 @@
|
||||
FROM docker.io/library/ubuntu:focal
|
||||
RUN touch /testfile
|
@ -0,0 +1,2 @@
|
||||
FROM docker.io/library/ubuntu:jammy
|
||||
RUN touch /testfile
|
Loading…
Reference in New Issue
Block a user