mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 08:57:48 +02:00
Commented missing mount. Cannot build images on Podman 5+
This commit is contained in:
@ -32,7 +32,7 @@ COPY ["licenses", "/licenses"]
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="autoconf \
|
INSTALL_PKGS="autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
@ -58,7 +58,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/proxy/database/mysql/",
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
tini \
|
tini \
|
||||||
|
@ -57,7 +57,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/general/bin/", "/usr/bin
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
tini \
|
tini \
|
||||||
|
@ -58,7 +58,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/mysql/cr
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
tini \
|
tini \
|
||||||
|
@ -53,7 +53,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/ui", "${ZABBIX_WWW_ROOT}"]
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
curl \
|
curl \
|
||||||
|
@ -54,7 +54,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/web_service/conf/", "${Z
|
|||||||
|
|
||||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
--mount=type=tmpfs,target=/var/cache/yum/ \
|
--mount=type=tmpfs,target=/var/cache/yum/ \
|
||||||
--mount=type=bind,target=/run/secrets/,src=secrets/ \
|
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
|
Reference in New Issue
Block a user