# HG changeset patch # User aldrich@ssdt-ohio.org # Date 1572363931 -3600 # Node ID 83f30dc7e9fb368a5491280f4ab732280e23c984 # Parent b67ceb4b6d04a923c9360e7734993dae93bdbd77 adjusting docker script to test notifications diff -r b67ceb4b6d04 -r 83f30dc7e9fb bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Tue Oct 29 16:22:49 2019 +0100 +++ b/bamboo-agent/Dockerfile Tue Oct 29 16:45:31 2019 +0100 @@ -3,6 +3,8 @@ RUN apt-get update RUN apt-get install -y ca-certificates +####NOTE we are no longer using the docker-bamboo agent images due to migration to mutli-agent servers. + # set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses) # - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149 # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275