https://github.com/stakater/dockerfile-java-centos
CentOS 7 --> Java 1.8
https://github.com/stakater/dockerfile-java-centos
centos7 dockerfile java8
Last synced: 10 months ago
JSON representation
CentOS 7 --> Java 1.8
- Host: GitHub
- URL: https://github.com/stakater/dockerfile-java-centos
- Owner: stakater
- License: apache-2.0
- Created: 2018-08-10T10:00:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:55:58.000Z (over 2 years ago)
- Last Synced: 2024-04-15T04:16:19.901Z (about 2 years ago)
- Topics: centos7, dockerfile, java8
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerfile-java-centos
This is a java image based on CentOS which is used by Stakater for its apps. The base image used is [stakater/centos-base-image](https://github.com/stakater/dockerfile-base-centos).
You can run this image by:
`docker run -it stakater/java-centos:7-1.8 /bin/bash`
## Tags
- 7-1.8: CentOS 7 with java jdk 1.8 installed