-
Notifications
You must be signed in to change notification settings - Fork 5
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 tagged version of busybox #755
Conversation
@@ -29,7 +29,7 @@ spec: | |||
{{- if not (eq "" (include "application.volumes.wwwDataPaths" $)) }} | |||
initContainers: | |||
- name: cron-volume-permissions | |||
image: busybox | |||
image: busybox:1.36 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be configurable if not latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.35/1.36 are marked "unstable" as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will sort 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
erm, sorry as mentioned 1.35 also "unstable". 1.34 seems the most recent "stable"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.35 is the earliest supported tag on https://hub.docker.com/_/busybox
Build failed, will take a look |
Avoid using
:latest
as it's unpredictable.Less important due to only using
chown
from busybox.