Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
1825d6d8
Commit
1825d6d8
authored
Aug 18, 2017
by
Jisi Liu
Committed by
GitHub
Aug 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3317 from ejona86/protoc-artifacts-jdk8
protoc-artifacts: Bump JDK to 8u131
parents
c2aa26e5
a9e7a157
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
protoc-artifacts/Dockerfile
+3
-2
No files found.
protoc-artifacts/Dockerfile
View file @
1825d6d8
...
...
@@ -15,9 +15,10 @@ RUN yum install -y git \
# Install Java 8
RUN
wget
-q
--no-cookies
--no-check-certificate
\
--header
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
"http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz"
\
--header
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
\
"http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz"
\
-O
- |
tar
xz
-C
/var/local
ENV
JAVA_HOME /var/local/jdk1.8.0_
45
ENV
JAVA_HOME /var/local/jdk1.8.0_
131
ENV
PATH $JAVA_HOME/bin:$PATH
# Install Maven
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment