-
Notifications
You must be signed in to change notification settings - Fork 293
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
Docker Image pack:base does not include shell #2111
Comments
I think the problem is in this line We expect to retag the base, jammy image to |
I am relatively new to this repository, and although this issue does not have a 'good first issue' label, may I still try to tackle it? I understand that testing a fix for this issue, especially within a GitHub Action job, is not a simple task. For now, I'm thinking of creating a repository with the necessary files to reproduce it and checking the changes to eliminate the problem in the repo. Is there any recommendation for the testing procedure? |
@hhiroshell we would love to have your help with this! For testing stuff out with GitHub Actions (especially jobs that only run after a release) sometimes building out a fork is the only way to do it. But, you might remove the jobs that are irrelevant to what you are testing or require cumbersome setup (see here what we do for the lifecycle including stripping out all tests). Let us know if you run into any issues with it, so that we can unblock you if we can. |
@natalieparellano Thank you so much for such helpful information. I'll give it a try to do the same! |
@natalieparellano |
@natalieparellano I apologize for the repeated requests, but could you please review it? |
@natalieparellano It was also beneficial to study the release process for my understanding. |
Summary
Running the command
docker run --rm --it --entrypoint sh buildpacksio/pack:0.33.2-base
works fine, butdocker run --rm --it --entrypoint sh buildpacksio/pack:base
results in the error that sh could not be found in $PATHReproduction
Steps
See above
Current behavior
sh could not be found in $PATH on the base image without version tag
Expected behavior
sh should be included in the base image tag just like it is on the 0.33.2-base image tag
Environment
pack info
docker info
Docker 24.0.5 on Linux
The text was updated successfully, but these errors were encountered: