https://github.com/sunng87/alpine-jlink-base
Minimal base image for custom JRE created from jlink
https://github.com/sunng87/alpine-jlink-base
alpine docker jdk9 jlink
Last synced: 10 months ago
JSON representation
Minimal base image for custom JRE created from jlink
- Host: GitHub
- URL: https://github.com/sunng87/alpine-jlink-base
- Owner: sunng87
- Created: 2018-01-28T17:11:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T13:55:48.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T04:41:36.805Z (over 1 year ago)
- Topics: alpine, docker, jdk9, jlink
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-jlink-base
[](https://hub.docker.com/r/sunng/alpine-jlink-base/) [](https://hub.docker.com/r/sunng/alpine-jlink-base/)
A glibc alpine base image for jlink created custom JRE.
This image is available on [dockerhub](https://hub.docker.com/r/sunng/alpine-jlink-base/).
## Usage
```Dockerfile
FROM sunng/alpine-jlink-base:latest
ADD you-jlink-app
```