Compare commits

...

3 Commits

Author SHA1 Message Date
Geoff Bourne
642d442fd3 Auto-merging via docker-versions-create 2022-01-23 22:24:55 -06:00
Geoff Bourne
9ce901d77d Merge latest from master 2022-01-23 11:36:19 -06:00
Geoff Bourne
466e99594e Added java17-openj9 variant
#1209
2022-01-01 11:45:05 -06:00
2 changed files with 3 additions and 2 deletions

View File

@@ -80,7 +80,8 @@ jobs:
uses: docker/build-push-action@v2.7.0 uses: docker/build-push-action@v2.7.0
with: with:
context: . context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64 # No arm64/armv7 support: https://hub.docker.com/_/ibm-semeru-runtimes?tab=tags&page=1&name=open-17-jdk
platforms: linux/amd64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
# ensure latest base image is used # ensure latest base image is used

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk FROM ibm-semeru-runtimes:open-17-jdk
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>" LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"