Skip to content

Commit

Permalink
CLOUDP-204105 Additional Agent image dependencies (#1455)
Browse files Browse the repository at this point in the history
* Agent_107.0.0.8502-1

* Additional dependencies

* Additional libs for the Agent
  • Loading branch information
slaskawi authored Jan 9, 2024
1 parent d48d322 commit e947b4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"operator": "0.9.0",
"version-upgrade-hook": "1.0.8",
"readiness-probe": "1.0.17",
"agent": "107.0.0.8465-1",
"agent-tools-version": "100.9.0"
"agent": "107.0.0.8502-1",
"agent-tools-version": "100.9.4"
}
9 changes: 8 additions & 1 deletion scripts/dev/templates/agent/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@

{% block packages -%}
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs libcurl openldap openssl xz-libs
# Dependencies for the Agent
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
net-snmp \
net-snmp-agent-libs
RUN microdnf install -y --disableplugin=subscription-manager curl \
hostname tar gzip procps jq\
hostname tar gzip procps jq \
&& microdnf upgrade -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit e947b4a

Please sign in to comment.