Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
fe5d5569
Commit
fe5d5569
authored
Jun 01, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3082 from edx/feanil/upgrade_gocd
Feanil/upgrade gocd
parents
5937b3f9
7fad1d8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
docker/build/go-agent/Dockerfile
+3
-1
playbooks/roles/go-server/defaults/main.yml
+1
-1
No files found.
docker/build/go-agent/Dockerfile
View file @
fe5d5569
# Build using: docker build -f Dockerfile.gocd-agent -t gocd-agent .
FROM
gocd/gocd-agent:16.
2.1
FROM
gocd/gocd-agent:16.
5.0
LABEL
version="0.02" \
description="This custom go-agent docker file installs additional requirements for the edx pipeline"
...
...
@@ -8,6 +8,8 @@ LABEL version="0.02" \
RUN
\
echo
oracle-java7-installer shared/accepted-oracle-license-v1-1
select
true
| debconf-set-selections
&&
\
add-apt-repository
-y
ppa:webupd8team/java
&&
\
add-apt-repository
-y
'deb http://ppa.edx.org trusty main'
&&
\
apt-key adv
--recv-keys
--keyserver
keyserver.ubuntu.com 69464050
&&
\
apt-get update
# Install Java 7
...
...
playbooks/roles/go-server/defaults/main.yml
View file @
fe5d5569
...
...
@@ -13,7 +13,7 @@
GO_SERVER_SERVICE_NAME
:
"
go-server"
GO_SERVER_USER
:
"
go"
GO_SERVER_GROUP
:
"
{{
GO_SERVER_USER
}}"
GO_SERVER_VERSION
:
"
16.
4.0-3223
"
GO_SERVER_VERSION
:
"
16.
5.0-3305
"
GO_SERVER_HOME
:
"
/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go"
GO_SERVER_PLUGIN_DIR
:
"
{{
GO_SERVER_HOME
}}/plugins/external/"
...
...
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