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
f14703c9
Commit
f14703c9
authored
Aug 04, 2017
by
Paul Yang
Committed by
GitHub
Aug 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update commit id in Dockerfile to reflect change in #3391 (#3459)
parent
49b44bff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
jenkins/docker/Dockerfile
+1
-1
Dockerfile
jenkins/docker32/Dockerfile
+1
-1
No files found.
jenkins/docker/Dockerfile
View file @
f14703c9
...
...
@@ -182,7 +182,7 @@ RUN cd /tmp && \
rm
-rf
protobuf
&&
\
git clone https://github.com/google/protobuf.git
&&
\
cd
protobuf
&&
\
git reset
--hard
8d97b3d8b5a33650e822460b3b561802c969e86e
&&
\
git reset
--hard
49b44bff2b6257a119f9c6a342d6151c736586b8
&&
\
cd
php
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php /usr/bin/php
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php-config /usr/bin/php-config
&&
\
...
...
jenkins/docker32/Dockerfile
View file @
f14703c9
...
...
@@ -98,7 +98,7 @@ RUN composer config -g -- secure-http false
RUN
cd
/tmp
&&
\
git clone https://github.com/google/protobuf.git
&&
\
cd
protobuf/php
&&
\
git reset
--hard
8d97b3d8b5a33650e822460b3b561802c969e86e
&&
\
git reset
--hard
49b44bff2b6257a119f9c6a342d6151c736586b8
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php /usr/bin/php
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php-config /usr/bin/php-config
&&
\
ln
-sfn
/usr/local/php-5.5/bin/phpize /usr/bin/phpize
&&
\
...
...
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