Skip to content

Commit

Permalink
Make both test builds run actual containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 6, 2023
1 parent 70b857a commit 087b152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ cat <<-'EOBASH'
docker run --rm hello-world
docker run --rm --init hello-world
printf 'FROM hello-world' | DOCKER_BUILDKIT=0 docker build --pull -
printf 'FROM hello-world\nRUN ["/hello"]' | DOCKER_BUILDKIT=0 docker build --pull -
printf 'FROM hello-world' | docker buildx build --pull -
printf 'FROM hello-world\nRUN ["/hello"]' | docker buildx build --pull -
docker images
EOBASH
Expand Down

0 comments on commit 087b152

Please sign in to comment.