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
d512b34a
Commit
d512b34a
authored
Dec 22, 2017
by
Dillon-Dumesnil
Committed by
Cory Lee
Dec 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actually adding the autoregister.properties file into the docker container (#4267)
parent
5dc2322a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docker/build/go-agent-marketing/Dockerfile
+5
-0
No files found.
docker/build/go-agent-marketing/Dockerfile
View file @
d512b34a
...
@@ -27,3 +27,8 @@ RUN php -r "readfile('http://files.drush.org/drush.phar');" > drush && \
...
@@ -27,3 +27,8 @@ RUN php -r "readfile('http://files.drush.org/drush.phar');" > drush && \
ADD
docker/build/go-agent-marketing/files/acquia_github_key.pem /var/go/.ssh/acquia_github_key
ADD
docker/build/go-agent-marketing/files/acquia_github_key.pem /var/go/.ssh/acquia_github_key
RUN
chmod 600 /var/go/.ssh/acquia_github_key
&&
\
RUN
chmod 600 /var/go/.ssh/acquia_github_key
&&
\
chown go:go /var/go/.ssh/acquia_github_key
chown go:go /var/go/.ssh/acquia_github_key
# !!!!NOTICE!!!! ---- Runner of this pipeline take heed!! You must replace agent.auto.register.key with the REAL key
# The key material here is faked and is only used to pass CI!
# setup the agent autoregister key
ADD
docker/build/go-agent-marketing/config/autoregister.properties /var/lib/go-agent/config/autoregister.properties
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