Default flyctl image (docker.io/flyio/flyctl) doen't have /bin/sh. It is using scratch as a base image. As a result - it is highly problematic to use it with CD pipeline. CD pipelines usually invokes all command as /bin/sh -c 'command1 && command2.
Using apline as base image, /bin/sh can be called.
-
Notifications
You must be signed in to change notification settings - Fork 0
mprokopiev/flyctl-docker-image
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published