Replies: 2 comments
|
Could you share the use case of having curl, etc in the image? Would love to hear how curl is used in combination with flashpipe in workflows, so that I can see if it would be a worthwhile addition. PS: Are you back in the SAP ecosystem after being away for a while? 😉 |
0 replies
|
Coming back to this after a long while and I think with the versatility of Docker images, this does not need to be handled within the Users can build their own Docker images using the flashpipe image as the base, and then install any further tools that are needed. They can they use their own image in the workflows. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would it be possible to provide a "fat" variant of the default image that includes common tools like curl?
Currently having to apt-get install curl in many workflows which is inefficient. A fat image variant would save time and simplify workflows while keeping the default image slim.
flashpipe/.github/workflows/go-prod.yml
Line 77 in 687862e
All reactions