fix ARGs in Dockerfiles
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,8 +1,13 @@
|
|||||||
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
|
|
||||||
LABEL description="Alpine Baseimage with s6-overlay and lighttpd"
|
ARG BUILD_DATE
|
||||||
LABEL build_version="Pi-Farm version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
ARG BUILD_APP_VERSION
|
||||||
LABEL maintainer="Pi-Farm"
|
ARG BUILD_MAINTAINER
|
||||||
|
ARG DESCRIPTION
|
||||||
|
|
||||||
|
LABEL description=${DESCRIPTION}
|
||||||
|
LABEL build_version="${BUILD_MAINTAINER} version: ${BUILD_APP_VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
LABEL maintainer="${BUILD_MAINTAINER}"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
lighttpd \
|
lighttpd \
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
|
|
||||||
LABEL description="Alpine Baseimage with s6-overlay and lighttpd"
|
ARG BUILD_DATE
|
||||||
LABEL build_version="Pi-Farm version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
ARG BUILD_APP_VERSION
|
||||||
LABEL maintainer="Pi-Farm"
|
ARG BUILD_MAINTAINER
|
||||||
|
ARG DESCRIPTION
|
||||||
|
|
||||||
|
LABEL description=${DESCRIPTION}
|
||||||
|
LABEL build_version="${BUILD_MAINTAINER} version: ${BUILD_APP_VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
LABEL maintainer="${BUILD_MAINTAINER}"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
lighttpd \
|
lighttpd \
|
||||||
|
|||||||
Reference in New Issue
Block a user