DCD-1272: Add security/maintainer metadata.

This commit is contained in:
Steve Smith 2021-04-14 11:47:17 +10:00
parent b8df54a5cb
commit 31d9f84201

View File

@ -1,6 +1,9 @@
ARG BASE_IMAGE=adoptopenjdk:11-hotspot
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