Skip to content

Commit

Permalink
Merge pull request #1319 from zabbix/zlib_64
Browse files Browse the repository at this point in the history
Added zlib and devel packages
  • Loading branch information
dotneft authored Mar 24, 2024
2 parents 47f0323 + 876a2c1 commit c0d9f58
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 20 deletions.
3 changes: 2 additions & 1 deletion Dockerfiles/agent/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN set -eux && \
libgcc \
libcurl \
libmodbus \
libldap" && \
libldap \
zlib" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/agent/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
shadow-utils \
pcre2 \
libmodbus \
libcurl-minimal" && \
libcurl-minimal \
zlib" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/agent/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
libcurl4 \
libmodbus5 \
libpcre2-8-0 \
libldap-2.4" && \
libldap-2.4 \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/build-base/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ RUN set -eux && \
go \
make \
$openjdk_packages \
unixodbc-dev" && \
unixodbc-dev \
zlib-dev" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/build-base/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
git \
gettext \
go-toolset \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "extras-common" \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/build-base/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
java-17-openjdk-devel \
git \
gettext \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ol9_baseos_latest" \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/build-base/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
java-17-openjdk-devel \
git \
gettext \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/build-base/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
git \
golang-1.21 \
unzip \
unixodbc-dev" && \
unixodbc-dev \
zlib1g-dev" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN set -eux && \
pcre2 \
unixodbc \
gzip \
fping" && \
fping \
zlib" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-mysql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
OpenIPMI-libs \
pcre2 \
gzip \
unixODBC" && \
unixODBC \
zlib" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
mysql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-sqlite3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN set -eux && \
openipmi-libs \
pcre2 \
sqlite-libs \
unixodbc" && \
unixodbc \
zlib" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-sqlite3/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
OpenIPMI-libs \
pcre2 \
sqlite-libs \
unixODBC" && \
unixODBC \
zlib" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
libssl3 \
libxml2 \
snmp-mibs-downloader \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN set -eux && \
openipmi-libs \
pcre2 \
gzip \
unixodbc" && \
unixodbc \
zlib" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-mysql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
OpenIPMI-libs \
pcre2 \
gzip \
unixODBC" && \
unixODBC \
zlib" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
mysql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ RUN set -eux && \
postgresql-client \
postgresql-libs \
gzip \
unixodbc" && \
unixodbc \
zlib" && \
apk add \
--no-cache \
--clean-protected \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-pgsql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
postgresql \
postgresql-libs \
gzip \
unixODBC" && \
unixODBC \
zlib1g" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfiles/server-pgsql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
postgresql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \
Expand Down

0 comments on commit c0d9f58

Please sign in to comment.