added OCI docker labels (#4996)

This commit is contained in:
Kevin Papst
2024-08-04 16:43:46 +02:00
committed by GitHub
parent 5de5b4fef5
commit 0947b88d36
2 changed files with 11 additions and 3 deletions

View File

@@ -167,8 +167,6 @@ HEALTHCHECK --interval=20s --timeout=10s --retries=3 \
FROM ${BASE}-base AS base
ARG TIMEZONE
LABEL maintainer="tobias@neontribe.co.uk"
ENV TIMEZONE=${TIMEZONE}
RUN ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo ${TIMEZONE} > /etc/timezone && \
# make composer home dir