Skip to content

Commit 3930414

Browse files
Upgrade CI images to ubuntu:jammy-20240212
Closes gh-39657
1 parent 2c4909a commit 3930414

File tree

4 files changed

+6
-6
lines changed
  • ci/images
  • spring-boot-tests/spring-boot-integration-tests
    • spring-boot-launch-script-tests/src/intTest/resources/conf/Ubuntu/jammy-20240111
    • spring-boot-loader-tests/src/intTest/resources/conf/oracle-jdk-17

4 files changed

+6
-6
lines changed

ci/images/ci-image-jdk21/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DOCKER_PROXY_CACHE=
2-
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240125
2+
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240212
33

44
ADD setup.sh /setup.sh
55
ADD get-jdk-url.sh /get-jdk-url.sh

ci/images/ci-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DOCKER_PROXY_CACHE=
2-
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240125
2+
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240212
33

44
ADD setup.sh /setup.sh
55
ADD get-jdk-url.sh /get-jdk-url.sh

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/Ubuntu/jammy-20240111/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:jammy-20240125 as prepare
1+
FROM ubuntu:jammy-20240212 as prepare
22
COPY downloads/* /opt/download/
33
RUN mkdir -p /opt/jdk && \
44
cd /opt/jdk && \
55
tar xzf /opt/download/* --strip-components=1
66

7-
FROM ubuntu:jammy-20240125
7+
FROM ubuntu:jammy-20240212
88
RUN apt-get update && apt-get install -y software-properties-common curl
99
COPY --from=prepare /opt/jdk /opt/jdk
1010
ENV JAVA_HOME /opt/jdk
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:jammy-20240125 as prepare
1+
FROM ubuntu:jammy-20240212 as prepare
22
COPY downloads/* /opt/download/
33
RUN mkdir -p /opt/jdk && \
44
cd /opt/jdk && \
55
tar xzf /opt/download/* --strip-components=1
66

7-
FROM ubuntu:jammy-20240125
7+
FROM ubuntu:jammy-20240212
88
COPY --from=prepare /opt/jdk /opt/jdk
99
ENV JAVA_HOME /opt/jdk
1010
ENV PATH $JAVA_HOME/bin:$PATH

0 commit comments

Comments
 (0)