mirror of https://github.com/containers/podman.git
cirrus: gitlab: download packages
It looks like the containerd.io package is not present anymore in the package cache which ultimately breaks CI since it's a requirement for docker. Hence, download the few packages instead of relying on the cache. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
f96c281f53
commit
0b5a2b7468
|
@ -256,9 +256,9 @@ case "$TEST_FLAVOR" in
|
||||||
|
|
||||||
# Need to re-build lists (removed during image production)
|
# Need to re-build lists (removed during image production)
|
||||||
ooe.sh apt-get -qq -y update
|
ooe.sh apt-get -qq -y update
|
||||||
msg "Installing previously downloaded/cached packages"
|
msg "Installing docker and containerd"
|
||||||
# N/B: Tests check/expect `docker info` output, and this `!= podman info`
|
# N/B: Tests check/expect `docker info` output, and this `!= podman info`
|
||||||
ooe.sh apt-get install --yes --no-download --ignore-missing containerd.io docker-ce docker-ce-cli
|
ooe.sh apt-get install --yes containerd.io docker-ce docker-ce-cli
|
||||||
|
|
||||||
msg "Disabling docker service and socket activation"
|
msg "Disabling docker service and socket activation"
|
||||||
systemctl stop docker.service docker.socket
|
systemctl stop docker.service docker.socket
|
||||||
|
|
Loading…
Reference in New Issue