Skip to content

Commit

Permalink
OPSEXP-2949 Update readme with JRE 21 image and remove build for rock…
Browse files Browse the repository at this point in the history
…ylinux8 with JRE21 (#207)
  • Loading branch information
pmacius authored Dec 6, 2024
1 parent 63f3143 commit abe4ac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
flavor: rockylinux
major: 9
java_major: 11
- base_image:
flavor: rockylinux
major: 8
java_major: 21
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Java version | Java flavour | OS | Image ref
17 | jre | Rocky Linux 8 | `alfresco/alfresco-base-java:jre17-rockylinux8` | ![jre17-rockylinux8 size][1]
11 | jre | Rocky Linux 8 | `alfresco/alfresco-base-java:jre11-rockylinux8` | ![jre11-rockylinux8 size][2]
17 | jre | Rocky Linux 9 | `alfresco/alfresco-base-java:jre17-rockylinux9` | ![jre17-rockylinux9 size][3]
21 | jre | Rocky Linux 9 | `alfresco/alfresco-base-java:jre21-rockylinux9` | ![jre21-rockylinux9 size][4]

[1]: https://img.shields.io/docker/image-size/alfresco/alfresco-base-java/jre17-rockylinux8
[2]: https://img.shields.io/docker/image-size/alfresco/alfresco-base-java/jre11-rockylinux8
[3]: https://img.shields.io/docker/image-size/alfresco/alfresco-base-java/jre17-rockylinux9
[4]: https://img.shields.io/docker/image-size/alfresco/alfresco-base-java/jre21-rockylinux9

The images are available on:

Expand Down

0 comments on commit abe4ac9

Please sign in to comment.