Mercurial > public > ssdt-docker
changeset 316:83f30dc7e9fb
adjusting docker script to test notifications
author | aldrich@ssdt-ohio.org |
---|---|
date | Tue, 29 Oct 2019 16:45:31 +0100 |
parents | b67ceb4b6d04 |
children | 146c0c263cf9 |
files | bamboo-agent/Dockerfile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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