Skip to content

Commit

Permalink
d/t/basic-smoke: debootstrap bionic instead of debian stable
Browse files Browse the repository at this point in the history
Because of LP #1994013 we cannot debootstrap debian stable in bionic
right now.
  • Loading branch information
Lucas Kanashiro committed Nov 4, 2022
1 parent e1b016e commit 0677de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debian/tests/basic-smoke
Expand Up @@ -9,12 +9,12 @@ docker version

debootstrap \
--variant=minbase \
stable \
bionic \
"$tempDir" \
http://httpredir.debian.org/debian
http://archive.ubuntu.com/ubuntu

tar -cC "$tempDir" . | docker import - debian
defer 'docker rmi debian'
tar -cC "$tempDir" . | docker import - bionic
defer 'docker rmi bionic'

docker run --name test debian true
docker run --name test bionic true
defer 'docker rm -f test'

0 comments on commit 0677de0

Please sign in to comment.