Skip to content

Commit e7d68b7

Browse files
committed
Remove temurin-11 base image
1 parent 884fcb8 commit e7d68b7

File tree

5 files changed

+4
-87
lines changed

5 files changed

+4
-87
lines changed

.github/workflows/temurin-11.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To run your own application with the base image, just overwrite the default `/fo
6666
own Dockerfile:
6767

6868
```Dockerfile
69-
FROM ghcr.io/formcentric/java-base:17-jre
69+
FROM ghcr.io/formcentric/java-base:25-jre
7070

7171
EXPOSE 8080
7272

@@ -78,10 +78,10 @@ COPY --chown=formcentric:formcentric my-application.jar /formcentric/app.jar
7878
Formcentric base images build upon the official [Adoptium](https://adoptium.net) images of the Eclipse Temurin
7979
distribution (OpenJDK) and come in the following flavors:
8080

81-
### Java 24 (Until 16 Sep 2025)
81+
### Java 25
8282

83-
- `ghcr.io/formcentric/java-base:24-jre`
84-
- `ghcr.io/formcentric/java-base:24-jdk`
83+
- `ghcr.io/formcentric/java-base:25-jre`
84+
- `ghcr.io/formcentric/java-base:25-jdk`
8585

8686
### Java 21
8787

@@ -92,8 +92,3 @@ distribution (OpenJDK) and come in the following flavors:
9292

9393
- `ghcr.io/formcentric/java-base:17-jre`
9494
- `ghcr.io/formcentric/java-base:17-jdk`
95-
96-
### Java 11
97-
98-
- `ghcr.io/formcentric/java-base:11-jre`
99-
- `ghcr.io/formcentric/java-base:11-jdk`

temurin/11/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

temurin/11/Dockerfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

temurin/11/run.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)