summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Allow consul to be started as non-root2.1.0Krzysztof Opasiak1-0/+2
Remove su-exec call to allow our image to be started as a non-root. Issue-ID: OOM-2535 Change-Id: Ic4d7a73c86540ad20e8d37bc8e2070bce8c9ba7f Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-10-26Lower the number of layers2.0.0Sylvain Desbureaux1-4/+3
Also use "--no-cache" option in order to retrieve the packages. Issue-ID: DCAEGEN2-2424 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1094372801f152ae9d227849c1a03ababbef2139
2020-10-16Add consul DockerfileKrzysztof Opasiak1-0/+9
Don't try to upgrade, just try to create a new Docker image which is as close to the current one as possible but just don't require any command to be run as root Issue-ID: DCAEGEN2-2424 Change-Id: Ib311fa13d574fc6a9f28682ecdb43e40c1795514 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>