mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1272: Add security/maintainer metadata to alpine.
This commit is contained in:
parent
69ba4f41d1
commit
085f0e9e1b
@ -1,6 +1,9 @@
|
||||
ARG BASE_IMAGE=adoptopenjdk/openjdk8:alpine
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
LABEL maintainer="dc-deployments@atlassian.com"
|
||||
LABEL securitytxt="https://www.atlassian.com/.well-known/security.txt"
|
||||
|
||||
ENV RUN_USER confluence
|
||||
ENV RUN_GROUP confluence
|
||||
ENV RUN_UID 2002
|
||||
|
Loading…
Reference in New Issue
Block a user