Skip to content

Commit

Permalink
Added bash package to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Dec 17, 2024
1 parent 436f209 commit 4e37923
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Dockerfiles/agent2/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/agent2/conf/", "/etc/zab
RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
set -eux && \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="tini \
INSTALL_PKGS="bash \
tini \
tzdata \
ca-certificates \
smartmontools \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-mysql/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/proxy/database/mysql/",

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="libevent \
INSTALL_PKGS="bash \
libevent \
tini \
traceroute \
nmap \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-mysql/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="libevent \
INSTALL_PKGS="bash \
libevent \
tini \
traceroute \
nmap \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-sqlite3/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="libevent \
INSTALL_PKGS="bash \
libevent \
tini \
traceroute \
nmap \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-mysql/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/mysql/cr

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="fping \
INSTALL_PKGS="bash \
fping \
tini \
traceroute \
nmap \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-pgsql/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/postgres

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="fping \
INSTALL_PKGS="bash \
fping \
tini \
file-libs \
traceroute \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-pgsql/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel

RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="fping \
INSTALL_PKGS="bash \
fping \
file-libs \
tini \
hostname \
Expand Down

0 comments on commit 4e37923

Please sign in to comment.