You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just noticed that this repo has a dockerfile for alpine builds, but the alpine version of the images are not published ( docker hub nor github registry). There is an alpine tagged image on docker hub which is very old (2 years old).
My problem is that the default image is based on FROM scratch so it does not have any shell. For running the tool in CI a shell need to be attached which the alpine one would have.
Are there any plans to create alpine version of the images, or should I just build my own one?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I've just noticed that this repo has a dockerfile for alpine builds, but the alpine version of the images are not published ( docker hub nor github registry). There is an
alpine
tagged image on docker hub which is very old (2 years old).My problem is that the default image is based on
FROM scratch
so it does not have any shell. For running the tool in CI a shell need to be attached which the alpine one would have.Are there any plans to create alpine version of the images, or should I just build my own one?
Thanks!
The text was updated successfully, but these errors were encountered: