We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5d935 commit c773cd1Copy full SHA for c773cd1
run-docker-test.sh
@@ -6,6 +6,8 @@ IMAGE_NAME=test-repo2shellscript
6
repo2docker --engine shellscript --user-id 1000 --user-name test --no-run --image-name $IMAGE_NAME https://github.com/binder-examples/conda
7
8
# Test by building a Docker image with packer
9
+echo $PATH
10
+packer version
11
cd ./repo2shellscript-output/$IMAGE_NAME
12
packer build repo2docker.pkr.hcl
13
0 commit comments