Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
484e18abcd |
@@ -0,0 +1,25 @@
|
||||
# Alpine JDK Container Image
|
||||
|
||||
This project handles the generation of Alpine Linux images with its APK `openjdk` package installed.
|
||||
|
||||
## Tags
|
||||
|
||||
| Tag | Description |
|
||||
| ------------------------------------- | ----------- |
|
||||
| `{alpine.version}-{jdk.majorVersion}` | A concatenation of the Alpine Linux major/minor version and the OpenJDK version. |
|
||||
|
||||
`{alpine.version}`
|
||||
: `{alpine.majorVersion}.{alpine.majorVersion}`
|
||||
|
||||
Current tags: [Inteligr8 Container Repository](https://repos.inteligr8.com/nexus/service/rest/repository/browse/inteligr8-docker-public/v2/inteligr8/alpine-jdk/tags/)
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
podman container run -it --rm docker.inteligr8.com/inteligr8/alpine-jdk:3.23-25 sh
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
- [Alpine Docker Repository](https://hub.docker.com/_/alpine)
|
||||
- [Alpine Linux](https://alpinelinux.org/)
|
||||
Reference in New Issue
Block a user