Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openjdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dockers
openjdk
Commits
3c732fa4
Commit
3c732fa4
authored
5 years ago
by
mateuszg
Browse files
Options
Downloads
Patches
Plain Diff
added jre8
parent
9c641dd6
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
jre8/Dockerfile
+10
-0
10 additions, 0 deletions
jre8/Dockerfile
with
12 additions
and
1 deletion
README.md
+
2
−
1
View file @
3c732fa4
# openjdk
This is the Git repo of openjdk custom Docker images
\ No newline at end of file
This is the Git repo of openjdk custom Docker images.
Check the Docker Hub (https://hub.docker.com/u/clarinpl) for prebuild images.
This diff is collapsed.
Click to expand it.
jre8/Dockerfile
0 → 100644
+
10
−
0
View file @
3c732fa4
FROM
ubuntu:16.04
RUN
apt-get update
&&
\
apt-get
-y
install
\
openjdk-8-jre
RUN
rm
-rf
/var/lib/apt/lists/
*
ENV
JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV
PATH $JAVA_HOME/bin:$PATH
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment