File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM eu.gcr.io/long-grin-186810/rs-php:7.4.4-apache-2.4.38.0
22LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
33
4+ ARG ARG_CREATED
5+ ARG ARG_URL
6+ ARG ARG_SOURCE
7+ ARG ARG_VERSION
8+ ARG ARG_REVISION
9+ ARG ARG_VENDOR
10+ ARG ARG_TITLE
11+ ARG ARG_DESCRIPTION
12+ ARG ARG_DOCUMENTATION
13+ ARG ARG_AUTHORS
14+ ARG ARG_LICENSES
15+ ARG ARG_REF_NAME
16+
17+ LABEL org.opencontainers.image.created=$ARG_CREATED
18+ LABEL org.opencontainers.image.url=$ARG_URL
19+ LABEL org.opencontainers.image.source=$ARG_SOURCE
20+ LABEL org.opencontainers.image.version=$ARG_VERSION
21+ LABEL org.opencontainers.image.revision=$ARG_REVISION
22+ LABEL org.opencontainers.image.vendor=$ARG_VENDOR
23+ LABEL org.opencontainers.image.title=$ARG_TITLE
24+ LABEL org.opencontainers.image.description=$ARG_DESCRIPTION
25+ LABEL org.opencontainers.image.documentation=$ARG_DOCUMENTATION
26+ LABEL org.opencontainers.image.authors=$ARG_AUTHORS
27+ LABEL org.opencontainers.image.licenses=$ARG_LICENSES
28+ LABEL org.opencontainers.image.ref.name=$ARG_REF_NAME
29+
430RUN apt-get update && apt-get update && apt-get install -y --no-install-recommends \
531 patch \
632 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments