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

Please support dockerimage with package manager installed #2475

Open
m00lecule opened this issue Apr 18, 2023 · 1 comment
Open

Please support dockerimage with package manager installed #2475

m00lecule opened this issue Apr 18, 2023 · 1 comment
Labels
area/container For all bugs related to the kaniko container area/released-image kind/feature-request priority/p2 High impact feature/bug. Will get a lot of users happy

Comments

@m00lecule
Copy link

Actual behavior
Hi,

I would kindly request another container images branch with common package manager preinstalled - for instance apk.

Currently I am struggling to prepare custom Dockerfile based on gcr.io/kaniko-project/executor:debug that has also python installed. I have tried copying the kaniko executable to alpine container image but it made kaniko builds unstable.

Expected behavior

Ability to run apk add --no-cache curl in community supported Dockerimage

For example:

FROM gcr.io/kaniko-project/executor:v1.9.2-alpine
RUN apk add --no-cache python3 py3-pip
@aaron-prindle aaron-prindle added kind/feature-request priority/p2 High impact feature/bug. Will get a lot of users happy area/released-image area/container For all bugs related to the kaniko container labels May 31, 2023
@oallauddin
Copy link

Yes please switch from busybox to alpine. I have been fighting with the version of wget that comes with busybox. I can't get it to work in our environment. does not work with https sites and a proxy. busybox is single binary representing many programs and have been unsuccessful in overriding wget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/container For all bugs related to the kaniko container area/released-image kind/feature-request priority/p2 High impact feature/bug. Will get a lot of users happy
Projects
None yet
Development

No branches or pull requests

3 participants