We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f7aa1 commit a0286b8Copy full SHA for a0286b8
AlpineTclBaseImage/Dockerfile
@@ -25,6 +25,9 @@ RUN apk add --no-cache bash gcc musl-dev openssl openssl-dev build-base zlib-dev
25
# Stage 2: Final Image
26
FROM alpine:latest
27
28
+# Declare BUILD_DATE as an argument
29
+ARG BUILD_DATE
30
+
31
# Metadata using OCI Image Format Specification annotations
32
LABEL org.opencontainers.image.title="Alpine Tcl/Tcllib Image"
33
LABEL org.opencontainers.image.description="A custom Docker image with Alpine, Tcl, and Tcllib."
0 commit comments