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
OpenEdx
configuration
Commits
f8f10733
Commit
f8f10733
authored
Mar 16, 2016
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated go-agent docker docs
parent
d72023f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
docker/build/go-agent/README.md
+14
-0
No files found.
docker/build/go-agent/README.md
View file @
f8f10733
...
...
@@ -26,3 +26,16 @@ necessary.
```
docker run -ti -v /tmp/go-agent/conf:/var/lib/go-agent/config -e GO_SERVER=gocd.sandbox.edx.org 718d75c467c0 bash
```
[How to setup auto registration for remote agents](https://docs.go.cd/current/advanced_usage/agent_auto_register.html)
##Building and Uploading the container to ECS
* Create image
- ```
docker build --no-cache=true docker/build/go-agent
```
* Log docker in to AWS
- ```
sh -c
`aws ecr get-login --region us-east-1`
```
* Tag image
- ```
docker tag -f
<image
_id
>
372153017832.dkr.ecr.us-east-1.amazonaws.com/release-pipeline:latest
```
- ```
docker tag -f
<image
_id
>
372153017832.dkr.ecr.us-east-1.amazonaws.com/release-pipeline:
<version
_number
>
```
* upload:
- ```
docker push 372153017832.dkr.ecr.us-east-1.amazonaws.com/edx/release-pipeline/go-agent/python:latest
```
- ```
docker push 372153017832.dkr.ecr.us-east-1.amazonaws.com/edx/release-pipeline/go-agent/python:
<version
_number
>
```
\ No newline at end of file
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