Commit 8c3263db by Dillon Dumesnil

Setting up the go-agent with a name and resources so it will autoregister with these.

parent 5e44a04b
agent.auto.register.key=dev-only-override-this-key
agent.auto.register.resources=edxMarketing
agent.auto.register.hostname=edxMarketingAgent
-----BEGIN RSA PRIVATE KEY-----
This file is junk, replace with the real key when
building the container.
-----END RSA PRIVATE KEY-----
...@@ -15,18 +15,18 @@ To modify configuration file: ...@@ -15,18 +15,18 @@ To modify configuration file:
2. Modify docker\_test to include date commands. 2. Modify docker\_test to include date commands.
Replace Replace
:: ::
$(docker_test)%: .build/%/Dockerfile.test $(docker_test)%: .build/%/Dockerfile.test
docker build -t $*:test -f $< . docker build -t $*:test -f $< .
with with
:: ::
  $(docker_test)%: .build/%/Dockerfile.test   $(docker_test)%: .build/%/Dockerfile.test
date date
docker build -t $*:test -f $< . docker build -t $*:test -f $< .
date date
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment