Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependabot fails to update registry.opensource.zalan.do/library/alpine-3 base image hash, see dependabot/dependabot-core#7387 This change * removes image hash and re-introduces latest label. For multiarch and ghcr.io builds base image is specified via BASE_IMAGE build argument and also uses latest label. * uses COPY instead of ADD following https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy * prints alpine release version during build * removes redundant commands * does not touch Dockerfile.arm64 and Dockerfile.armv7 - they are almost identical to Dockerfile and we may unify and use a single Dockerfile for all builds later. Followup on #2546 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
- Loading branch information