11# Generate the Docker image locally
22> Docker/publishLocal
33$ exists target/**/docker/stage/Dockerfile
4- $ exists target/**/docker/stage/4 /opt/docker/bin/docker-groups
5- $ exists target/**/docker/stage/2 /opt/docker/lib/org.slf4j.slf4j-api-1.7.30.jar
6- -$ exists target/**/docker/stage/2 /opt/docker/lib/com.example.docker-groups-0.1.0.jar
4+ $ exists target/**/docker/stage/40 /opt/docker/bin/docker-groups
5+ $ exists target/**/docker/stage/20 /opt/docker/lib/org.slf4j.slf4j-api-1.7.30.jar
6+ -$ exists target/**/docker/stage/20 /opt/docker/lib/com.example.docker-groups-0.1.0.jar
77$ exists target/**/docker/stage/opt/docker/other
8- $ exists target/**/docker/stage/2
9- -$ exists target/**/docker/stage/1 /opt/docker/lib/org.slf4j.slf4j-api-1.7.30.jar
10- $ exists target/**/docker/stage/4 /opt/docker/lib/com.example.docker-groups-0.1.0.jar
8+ $ exists target/**/docker/stage/20
9+ -$ exists target/**/docker/stage/10 /opt/docker/lib/org.slf4j.slf4j-api-1.7.30.jar
10+ $ exists target/**/docker/stage/40 /opt/docker/lib/com.example.docker-groups-0.1.0.jar
1111$ exists target/**/docker/stage/54/opt/docker/spark
1212
1313$ exec bash -c 'docker run --rm --entrypoint=ls docker-groups:0.1.0 |tr "\n" "," | grep -q "bin,lib,other,spark"'
@@ -20,8 +20,8 @@ $ copy-file changes/nolayers.sbt layers.sbt
2020> Docker/publishLocal
2121$ exists target/**/docker/stage/opt/docker/bin
2222$ exists target/**/docker/stage/opt/docker/spark
23- -$ exists target/**/docker/stage/2
24- -$ exists target/**/docker/stage/4
23+ -$ exists target/**/docker/stage/20
24+ -$ exists target/**/docker/stage/40
2525-$ exists target/**/docker/stage/54
2626$ exists target/**/docker/stage/opt/docker/lib/org.slf4j.slf4j-api-1.7.30.jar
2727$ exists target/**/docker/stage/opt/docker/lib/com.example.docker-groups-0.1.0.jar
0 commit comments