Skip to content

Commit

Permalink
Cirrus: Backport PR containers#3562
Browse files Browse the repository at this point in the history
Same package metadata problem found to affect older release branch
'conformance' testing.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 15, 2021
1 parent 7219dd0 commit e603362
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/cirrus/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ then
systemctl enable --now docker
;;
ubuntu)
warn "Installing docker.io"
$LONG_APTGET install docker.io
warn "Installing previously downloaded/cached docker packages"
ooe.sh dpkg -i \
$PACKAGE_DOWNLOAD_DIR/containerd.io*.deb \
$PACKAGE_DOWNLOAD_DIR/docker-ce*.deb
systemctl enable --now docker
;;
*)
Expand Down

0 comments on commit e603362

Please sign in to comment.