mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2025-12-20 11:30:42 -06:00
Add label source to dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM golang:1.25-trixie AS golang
|
FROM golang:1.25-trixie AS golang
|
||||||
FROM debian:trixie
|
FROM debian:trixie
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/eduardolat/pgbackweb"
|
||||||
# Declare ARG to make it available in the RUN commands
|
# Declare ARG to make it available in the RUN commands
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
RUN echo "Building for ${TARGETPLATFORM}"
|
RUN echo "Building for ${TARGETPLATFORM}"
|
||||||
|
|||||||
Reference in New Issue
Block a user