Skip to content

Commit

Permalink
Upgrade SLES 15 builder image (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferbrecht authored Jan 23, 2025
1 parent 0475f28 commit 9273de6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/x86_64_sles15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM opensuse/leap:15.1
FROM opensuse/leap:15.5

RUN zypper -n refresh \
&& zypper -n install \
# Needed for gpg2 and rvm installation.
curl \
dirmngr \
procps \
# Needed for agent build.
autoconf \
bzip2 \
Expand All @@ -27,5 +29,5 @@ RUN zypper -n refresh \
# RVM requires running in a login shell.
&& /bin/bash -l -c "rvm requirements && rvm install 3.3.6 && gem install bundler --no-document && gem update --no-document" \
# Pretend we're on SLES 15.
&& /bin/sed -i -e 's/VERSION="15.1"/VERSION="15-SP1"/' /etc/os-release \
&& /bin/sed -i -e 's/VERSION="15.5"/VERSION="15-SP5"/' /etc/os-release \
&& zypper -n clean

0 comments on commit 9273de6

Please sign in to comment.