Skip to content

Commit

Permalink
Re-enable eclipse temurin docker builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Oct 12, 2023
1 parent 2a9055d commit f1f4fd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- testing/docker-compose.cockroachdb.yml
- testing/docker-compose.yugabytedb.yml
dockerfile:
#- Dockerfile.ci
- Dockerfile.ci
- Dockerfile.azul.ci
#- Dockerfile.openj9.ci
- Dockerfile.graalvm-jvm.ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
include:
# - image: 1337kavin/piped:openj9
# dockerfile: ./Dockerfile.openj9.ci
# - image: 1337kavin/piped:hotspot
# dockerfile: ./Dockerfile.ci
- image: 1337kavin/piped:hotspot
dockerfile: ./Dockerfile.ci
- image: 1337kavin/piped:latest,1337kavin/piped:azul-zulu
dockerfile: ./Dockerfile.azul.ci
- image: 1337kavin/piped:graalvm-jvm
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk AS build
FROM eclipse-temurin:21-jdk AS build

WORKDIR /app/

Expand All @@ -7,7 +7,7 @@ COPY . /app/
RUN --mount=type=cache,target=/root/.gradle/caches/ \
./gradlew shadowJar

FROM eclipse-temurin:17-jre
FROM eclipse-temurin:21-jre

RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre
FROM eclipse-temurin:21-jre

RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \
Expand Down

0 comments on commit f1f4fd1

Please sign in to comment.