Skip to content

Commit 3222458

Browse files
committed
Merge branch '3.1.x'
Closes gh-38893
2 parents f31ffbf + 66e9c77 commit 3222458

File tree

6 files changed

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

6 files changed

+8
-8
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

spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-classic-tests/src/intTest/resources/conf/oracle-jdk-17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20230624
1+
FROM ubuntu:jammy-20231211.1
22
RUN apt-get update && \
33
apt-get install -y software-properties-common curl && \
44
mkdir -p /opt/oraclejdk && \

spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-classic-tests/src/intTest/resources/conf/oracle-jdk-17/Dockerfile-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20230624
1+
FROM ubuntu:jammy-20231211.1
22
RUN apt-get update && \
33
apt-get install -y software-properties-common curl && \
44
mkdir -p /opt/oraclejdk && \
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)