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

missing path to git? #1

Open
aaminoff opened this issue May 9, 2024 · 1 comment
Open

missing path to git? #1

aaminoff opened this issue May 9, 2024 · 1 comment
Assignees

Comments

@aaminoff
Copy link

aaminoff commented May 9, 2024

We are using this image in our CI/CD pipeline. Unfortunately, we think something in the recent commit changed the PATH or how bash is configured inside the image. We are seeing

image

It worked last week. If you can not fix this we will find another workaround, but thought you should be aware.

@lapnapra
Copy link
Contributor

Yeah this is expected, the recent much-needed-overhaul-update removed curl and git APK files.
If you need the old functionality back

  1. For the newer image with Openssh 9.6, you can install the git APK at the startup of the container with the environment variable S6_NEEDED_PACKAGES (this will require internet connection available to the container). E.g. S6_NEEDED_PACKAGES="git".

  2. Consider using the images tagged with 20210406. These are the old images with Openssh 8.1, and should work as expected.

@lapnapra lapnapra self-assigned this May 10, 2024
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

No branches or pull requests

2 participants