Pull an image or a repository from a registry
/bin/bash: line 4: kong/kong-build-tools:deb-1.6.1: No such file or directory
/bin/bash: line 5: kong/kong-build-tools:rpm-1.6.1: No such file or directory
/bin/bash: line 6: deb: command not found
By making the docker pull ... command aware of the recent changes to Dockerfile.openresty.
Should resolve the current silent failure:
By making the
docker pull ...
command aware of the recent changes toDockerfile.openresty
.