mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Add build-time args
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# Imported args
|
||||
ARG BUILD_DATE
|
||||
ARG GIT_COMMIT
|
||||
ARG DNS_VERSION
|
||||
|
||||
# Print the values of the build arguments
|
||||
RUN echo "DNS_VERSION=$DNS_VERSION"
|
||||
|
||||
# CoreDNS base image
|
||||
ARG ALPINE_VERSION=3.18
|
||||
ARG GO_VERSION=1.21.3
|
||||
|
||||
Reference in New Issue
Block a user