Skip to content

Commit

Permalink
WIP test for "fatal: could not read Username for 'https://github.com'…
Browse files Browse the repository at this point in the history
…: terminal prompts disabled"
  • Loading branch information
tianon committed May 24, 2024
1 parent 8c2803a commit 5466816
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cat <<-'EOBASH'
apt-get update -qq
arch="$(dpkg --print-architecture)"
apt-get install -yqq --no-install-recommends -V ca-certificates iptables /debs/moby-*_"${arch}".deb
apt-get install -yqq --no-install-recommends -V ca-certificates iptables git /debs/moby-*_"${arch}".deb
containerd --version
ctr --version
Expand All @@ -66,7 +66,9 @@ cat <<-'EOBASH'
docker buildx create --name tianon --node tianon --driver docker-container --driver-opt image=tianon/buildkit --bootstrap
printf 'FROM hello-world\nRUN ["/hello"]' | docker buildx build --builder tianon --tag hello-build:buildx -
docker image inspect --format '.' hello-build:classic hello-build:buildkit hello-build:buildx > /dev/null
docker buildx build --tag hello-build:buildx-git 'https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:amd64/hello-world'
docker image inspect --format '.' hello-build:classic hello-build:buildkit hello-build:buildx hello-build:buildx-git > /dev/null
docker images
EOBASH
Expand Down

0 comments on commit 5466816

Please sign in to comment.