-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature/docker update #948
Conversation
…ature/docker-update
Thanks. I did not test how removing the |
To me it seems that the change of --update-cache to --no-cache in the Alpine Docker file broke the build. |
@jdavidpeter That seems weird, but if that is your experience, I can't contest it. What command did you build it with? As far as I know @bpatrik uses
If you're building locally on your rPi5, try and see if you can mimic the command you will see here, when you expand "Build docker" and look at line 164 (marked in blue): |
As far as I can tell buildx in github action works: https://hub.docker.com/r/bpatrik/pigallery2/tags/ last build was 2 months ago on all platforms |
Resolves issue 777
Also adds linting checks to dockerfiles and resolves linting errors. Linting errors about versioning packages are ignored (DL3008 and DL3018)