mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2025-07-25 19:12:24 +00:00
DCD-1272: Add security/maintainer metadata to alpine.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user