Skip to content

Commit

Permalink
Drop JDK11 images for WildFly 35
Browse files Browse the repository at this point in the history
This fixes #228

Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
  • Loading branch information
jmesnil committed Nov 25, 2024
1 parent 327ad80 commit 8bbb2a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
strategy:
matrix:
include:
- jdk-version: 11
dist: ubi9-minimal
platforms: linux/amd64,linux/arm64,linux/ppc64le
- jdk-version: 17
dist: ubi9-minimal
platforms: linux/amd64,linux/arm64,linux/ppc64le
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# By default, build on JDK 11 on UBI 9.
# By default, build on JDK 21 on UBI 9.
ARG jdk=21
# Red Hat UBI 9 (ubi9-minimal) should be used on JDK 11 and later.
ARG dist=ubi9-minimal
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ Then you can build the image:

docker build --tag=jboss/wildfly-admin .

Or for JDK 11, JDK 17+ :

docker build --build-arg dist=ubi9-minimal --build-arg jdk=11 --tag=jboss/wildfly-admin .

Run it:

docker run -it jboss/wildfly-admin
Expand Down

0 comments on commit 8bbb2a8

Please sign in to comment.