Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alpine as base image #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amnk
Copy link

@amnk amnk commented Jun 6, 2019

Scratch has some benefits, but it also has one major downside: it is not
compatible with Jenkins pipelines [1], [2]. Their flow requires presense
of cat inside the container :)

Resulting image is 12.2MB in size (yeah, a little bigger), but can be
used in Jenkins pipelines.

[1] https://issues.jenkins-ci.org/browse/JENKINS-41316
[2] https://issues.jenkins-ci.org/browse/JENKINS-49278

Scratch has some benefits, but it also has one major downside: it is not
compatible with Jenkins pipelines [1], [2]. Their flow requires presense
of `cat` inside the container :)

Resulting image is 12.2MB in size (yeah, a little bigger), but can be
used in Jenkins pipelines.

[1] https://issues.jenkins-ci.org/browse/JENKINS-41316
[2] https://issues.jenkins-ci.org/browse/JENKINS-49278
@amnk
Copy link
Author

amnk commented Jun 6, 2019

It might be a good idea to push both images (scratch and alpine) to dockerhub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant