Mercurial > public > ssdt-docker
comparison bamboo-agent/Dockerfile @ 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 |
comparison
equal
deleted
inserted
replaced
315:b67ceb4b6d04 | 316:83f30dc7e9fb |
---|---|
1 FROM ubuntu:16.04 | 1 FROM ubuntu:16.04 |
2 | 2 |
3 RUN apt-get update | 3 RUN apt-get update |
4 RUN apt-get install -y ca-certificates | 4 RUN apt-get install -y ca-certificates |
5 | |
6 ####NOTE we are no longer using the docker-bamboo agent images due to migration to mutli-agent servers. | |
5 | 7 |
6 # set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses) | 8 # set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses) |
7 # - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149 | 9 # - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149 |
8 # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 | 10 # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 |
9 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf | 11 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf |