Merge "containerfile: update test to jammy"
This commit is contained in:
commit
d3ce32016a
@ -21,7 +21,7 @@
|
|||||||
nodeset: debian-bullseye
|
nodeset: debian-bullseye
|
||||||
vars:
|
vars:
|
||||||
dib_functests:
|
dib_functests:
|
||||||
- containerfile/focal-build-succeeds
|
- containerfile/jammy-build-succeeds
|
||||||
- openeuler-minimal/20.03-LTS-SP2-build-succeeds
|
- openeuler-minimal/20.03-LTS-SP2-build-succeeds
|
||||||
# Image based tests
|
# Image based tests
|
||||||
- centos/8-stream-build-succeeds
|
- centos/8-stream-build-succeeds
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
# common
|
# common
|
||||||
|
binutils
|
||||||
bzip2
|
bzip2
|
||||||
util-linux
|
util-linux
|
||||||
dosfstools
|
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