Skip to content

Cleanup: Switch the debug image to cgr.dev/chainguard/busybox#1638

Merged
mattmoor merged 1 commit intogoogle:mainfrom
mattmoor:switch-debug-images
Apr 7, 2023
Merged

Cleanup: Switch the debug image to cgr.dev/chainguard/busybox#1638
mattmoor merged 1 commit intogoogle:mainfrom
mattmoor:switch-debug-images

Conversation

@mattmoor
Copy link
Copy Markdown
Collaborator

@mattmoor mattmoor commented Apr 7, 2023

🧹 This doesn't have glibc (like base) and just has the busybox necessities.

/kind cleanup

🧹 This doesn't have `glibc` (like `base`) and just has the `busybox` necessities.

/kind cleanup
@mattmoor mattmoor requested a review from jonjohnsonjr April 7, 2023 22:08
@mattmoor mattmoor enabled auto-merge (squash) April 7, 2023 22:10
@mattmoor mattmoor merged commit 2ccd41c into google:main Apr 7, 2023
@mattmoor mattmoor deleted the switch-debug-images branch April 7, 2023 22:12
@antonvdl
Copy link
Copy Markdown

antonvdl commented Apr 8, 2023

Using chainguard busybox is causing issues in GitLab CI/CD with Gitlab runners.
There is a non-working /bin/bash symlink to /bin/busybox which results in an error; gitlab-runner checks if /bin/bash is there and uses this because of the symlink is present.

As soon as /bin/bash is not present the shell detection in gitlab-runner will look further and uses the correct busybox shell.

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.

3 participants