Skip to content

Docker support should work using non-FP-generated images (not require entrypoint.sh) #531

Closed
@gregwebs

Description

@gregwebs

It looks like it is impossible to use a custom docker image right now.

➜  backend git:(master) ✗ stack build
exec: "/root/entrypoint.sh": stat /root/entrypoint.sh: no such file or directory
FATA[0000] Error response from daemon: Cannot start container 1b60244790aceffc03b3c0ab59156099e0f55b0730b085273f139a1e3a8a8655: [8] System error: exec: "/root/entrypoint.sh": stat /root/entrypoint.sh: no such file or directory 
➜  backend git:(master) ✗ stack --version
Version 0.1.2.0, Git revision 65246552936b7da4b64b38372feac903d96a8911 (dirty)

From looking at the source code, using my own image must be getting identified as an oldImage, so it then gets a --entrypoint argument.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions