Skip to content

Commit

Permalink
Merge pull request #2336 from telefonicaid/task/force_jdk_11_0_22_deb…
Browse files Browse the repository at this point in the history
…ian_12

fix jdk files (build version)
  • Loading branch information
manucarrace authored Feb 1, 2024
2 parents 38d6ba4 + f0310a4 commit c55c401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ RUN \
# Debian 12 comes with Java 17 but we have found some problems with it (see https://github.com/telefonicaid/fiware-cygnus/issues/2297)
# so we "downgrade" to Java 11
apt-get -y install curl git python3 && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb && \
apt-get -y install ./openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk_11.0.22+7-1~deb11u1_amd64.deb' > openjdk-11-jdk_11.0.22+7-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre_11.0.22+7-1~deb11u1_amd64.deb' > openjdk-11-jre_11.0.22+7-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.22+7-1~deb11u1_amd64.deb' > openjdk-11-jdk-headless_11.0.22+7-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb' > openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb && \
apt-get -y install ./openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb ./openjdk-11-jre_11.0.22+7-1~deb11u1_amd64.deb ./openjdk-11-jdk-headless_11.0.22+7-1~deb11u1_amd64.deb ./openjdk-11-jdk_11.0.22+7-1~deb11u1_amd64.deb && \
apt-get -y install maven && \
# Add Cygnus user
adduser ${CYGNUS_USER} && \
Expand Down

0 comments on commit c55c401

Please sign in to comment.