-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade CI images to ubuntu:jammy-20240227
Closes gh-39844
- Loading branch information
1 parent
db3d282
commit c83f701
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ces/conf/Ubuntu/jammy-20240111/Dockerfile → ...ces/conf/Ubuntu/jammy-20240227/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ration-tests/spring-boot-loader-tests/src/intTest/resources/conf/oracle-jdk-17/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM ubuntu:jammy-20240212 as prepare | ||
FROM ubuntu:jammy-20240227 as prepare | ||
COPY downloads/* /opt/download/ | ||
RUN mkdir -p /opt/jdk && \ | ||
cd /opt/jdk && \ | ||
tar xzf /opt/download/* --strip-components=1 | ||
|
||
FROM ubuntu:jammy-20240212 | ||
FROM ubuntu:jammy-20240227 | ||
COPY --from=prepare /opt/jdk /opt/jdk | ||
ENV JAVA_HOME /opt/jdk | ||
ENV PATH $JAVA_HOME/bin:$PATH |