Skip to content

Commit

Permalink
Merge pull request #5766 from bertinatto/update_tools_4.19
Browse files Browse the repository at this point in the history
CNTRLPLANE-1: Update etcd to match k8s 1.32
  • Loading branch information
openshift-merge-bot[bot] authored Nov 29, 2024
2 parents 3401547 + cda865d commit 0bbea6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_images/rhel-8/ci-openshift-build-root/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -euxo pipefail && \
chmod +x /tmp/*.sh && \
export SSL_CERT_FILE=`test -f /tmp/tls-ca-bundle.pem && echo /tmp/tls-ca-bundle.pem || echo /tmp/Current-IT-Root-CAs.pem` && cat $SSL_CERT_FILE && \
/tmp/install_protoc.sh "23.4" && \
/tmp/install_etcd.sh "3.5.10"
/tmp/install_etcd.sh "3.5.16"

RUN INSTALL_PKGS="glibc libatomic libsemanage annobin go-srpm-macros libstdc++ llvm-libs qt5-srpm-macros redhat-rpm-config bc procps-ng util-linux bind-utils bsdtar createrepo_c device-mapper device-mapper-persistent-data e2fsprogs ethtool file findutils gcc git glib2-devel gpgme gpgme-devel hostname iptables jq krb5-devel libassuan libassuan-devel libseccomp-devel lsof make nmap-ncat openssl rsync socat systemd-devel tar tree wget which xfsprogs zip goversioninfo gettext python3 iproute rpm-build" && \
dnf install -y --nobest $INSTALL_PKGS && \
Expand Down
2 changes: 1 addition & 1 deletion ci_images/rhel-9/ci-openshift-build-root/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -euxo pipefail && \
chmod +x /tmp/*.sh && \
export SSL_CERT_FILE=`test -f /tmp/tls-ca-bundle.pem && echo /tmp/tls-ca-bundle.pem || echo /tmp/Current-IT-Root-CAs.pem` && cat $SSL_CERT_FILE && \
/tmp/install_protoc.sh "23.4" && \
/tmp/install_etcd.sh "3.5.10"
/tmp/install_etcd.sh "3.5.16"

RUN INSTALL_PKGS="glibc libatomic libsemanage annobin go-srpm-macros kernel-srpm-macros libstdc++ llvm-libs qt5-srpm-macros redhat-rpm-config bc procps-ng util-linux bind-utils bsdtar createrepo_c device-mapper device-mapper-persistent-data e2fsprogs ethtool file findutils gcc git glib2-devel gpgme gpgme-devel hostname iptables jq krb5-devel libassuan libassuan-devel libseccomp-devel lsof make nmap-ncat openssl rsync socat systemd-devel tar tree wget which xfsprogs zip goversioninfo gettext python3 iproute rpm-build rpmdevtools selinux-policy-devel" && \
dnf install -y --nobest $INSTALL_PKGS && \
Expand Down

0 comments on commit 0bbea6d

Please sign in to comment.