Skip to content

Commit

Permalink
build: Update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Oct 10, 2024
1 parent 8f16a39 commit 7b707a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/customization/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE
FROM ubuntu:20.04 as BUILD
FROM ubuntu:22.04 as BUILD
ARG PACKAGE_FILE

RUN mkdir -p /intershop-prj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec {
dockerMainFile.createNewFile()
dockerMainFile <<
"""
FROM ubuntu:20.10 as BUILD
FROM ubuntu:22.04 as BUILD
RUN mkdir -p /intershop-prj
""".stripIndent()

Expand Down Expand Up @@ -279,7 +279,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec {
dockerMainFile.createNewFile()
dockerMainFile <<
"""
FROM ubuntu:20.10 as BUILD
FROM ubuntu:22.04 as BUILD
RUN mkdir -p /intershop-prj
""".stripIndent()

Expand Down
4 changes: 2 additions & 2 deletions testdocker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG USERNAME=intershop
ARG USERID=150

FROM ubuntu:20.10 AS BUILD
FROM ubuntu:22.10 AS BUILD
ARG USERNAME=intershop
ARG USERID=150

Expand Down Expand Up @@ -32,7 +32,7 @@ RUN mkdir -p /intershop-prj/jgroups-share && \
chown -R ${USERNAME}:intershop /intershop-init

# FROM busybox:latest
FROM eclipse-temurin:17.0.9_9-jre
FROM eclipse-temurin:21.0.4_7-jre-jammy
ARG USERNAME=intershop
ARG USERID=150

Expand Down

0 comments on commit 7b707a9

Please sign in to comment.