containerfile: update test to jammy
We've not really been using the Focal containerfile, as we move forward jammy is a better choice for keeping stable as we might find some new users for it. Also add binutils to bindep for native bullseye builds (see Icb0e40827c9f8ac583fa143545e6bed9641bf613) Change-Id: I22ebe2bbccaec34180e58996b21e47bfc4f36055
This commit is contained in:
parent
adc40db9e9
commit
28821fd283
@ -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