Skip to content

Commit 66e9c77

Browse files
committed
Upgrade Ubuntu version in CI images
Closes gh-38894
1 parent 20529ea commit 66e9c77

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-20230624
    • spring-boot-loader-tests/src/intTest/resources/conf/oracle-jdk-17

4 files changed

+6
-6
lines changed

ci/images/ci-image-jdk21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20231128
1+
FROM ubuntu:jammy-20231211.1
22

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

ci/images/ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20231128
1+
FROM ubuntu:jammy-20231211.1
22

33
ADD setup.sh /setup.sh
44
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-20230624/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:jammy-20231004 as prepare
1+
FROM ubuntu:jammy-20231211.1 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-20231004
7+
FROM ubuntu:jammy-20231211.1
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-20231004 as prepare
1+
FROM ubuntu:jammy-20231211.1 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-20231004
7+
FROM ubuntu:jammy-20231211.1
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)