Compare commits
2 Commits
6b1a03be54
...
cb21996691
| Author | SHA1 | Date | |
|---|---|---|---|
| cb21996691 | |||
| 8220db89e1 |
11
Dockerfile
11
Dockerfile
@@ -1,8 +1,13 @@
|
||||
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||
|
||||
LABEL description="Alpine Baseimage with s6-overlay and lighttpd"
|
||||
LABEL build_version="Pi-Farm version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="Pi-Farm"
|
||||
ARG BUILD_DATE
|
||||
ARG BUILD_APP_VERSION
|
||||
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 \
|
||||
lighttpd \
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
FROM git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||
|
||||
LABEL description="Alpine Baseimage with s6-overlay and lighttpd"
|
||||
LABEL build_version="Pi-Farm version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="Pi-Farm"
|
||||
ARG BUILD_DATE
|
||||
ARG BUILD_APP_VERSION
|
||||
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 \
|
||||
lighttpd \
|
||||
|
||||
Reference in New Issue
Block a user