Skip to content

Commit

Permalink
java(8): disable build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Oct 17, 2023
1 parent 740302f commit 17af871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- {type: "installers", image: "source", PREFIX: "", SUFFIX: "-install", context: "./installers/source", platforms: "linux/amd64"}
- {type: "installers", image: "ubi" , PREFIX: "", SUFFIX: "-install", context: "./installers/ubi" , platforms: "linux/amd64,linux/arm64"}

- {type: "java", image: "8" , PREFIX: "java", SUFFIX: "", context: "./java", platforms: "linux/amd64"}
# Java 8 build fails, maybe the image source is dead?
# - {type: "java", image: "8" , PREFIX: "java", SUFFIX: "", context: "./java", platforms: "linux/amd64"}
- {type: "java", image: "8-zulu" , PREFIX: "java", SUFFIX: "", context: "./java", platforms: "linux/amd64,linux/arm64"}
- {type: "java", image: "11-hotspot", PREFIX: "java", SUFFIX: "", context: "./java", platforms: "linux/amd64,linux/arm64"}
- {type: "java", image: "11-zulu" , PREFIX: "java", SUFFIX: "", context: "./java", platforms: "linux/amd64,linux/arm64"}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pre-installing common installation dependencies such as `curl` and `wget`.
#### Java 8

- [`java8`](https://github.com/matthewpi/images/tree/master/java/8)
- **This image is currently failing to build, it will not be rebuilt to update dependencies**
- Tags
- `ghcr.io/matthewpi/images:java8`
- `quay.io/matthewp/pterodactyl:java8`
Expand Down

0 comments on commit 17af871

Please sign in to comment.