hashicorp / docker-hub-images

Automatic builds of container images for Docker Hub
Mozilla Public License 2.0
127 stars 111 forks source link

Latest push (1.5.2) has broken entrypoint #91

Closed callum-p closed 4 years ago

callum-p commented 4 years ago
docker run --rm -it hashicorp/packer:light

standard_init_linux.go:211: exec user process caused "no such file or directory"
ilpianista commented 4 years ago

I cannot reproduce with the full image, but definitely the light and 1.5.2 are broken:

$ docker run -i -t hashicorp/packer:1.5.1 version
Packer v1.5.1
$ docker run -i -t hashicorp/packer:1.5.2 version
standard_init_linux.go:211: exec user process caused "no such file or directory"
$ docker run -i -t hashicorp/packer:light version
standard_init_linux.go:211: exec user process caused "no such file or directory"
$ docker run -i -t hashicorp/packer:full version
Packer v1.5.3-dev
$ docker run -i -t hashicorp/packer version
standard_init_linux.go:211: exec user process caused "no such file or directory"
SwampDragons commented 4 years ago

Thanks -- this should be resolved now.