adds maintainer
This commit is contained in:
@@ -6,6 +6,8 @@ def repositoryCreds = "harbor-repository-creds"
|
||||
def dockerFile = """
|
||||
FROM ${repository}/library/alpine:latest
|
||||
|
||||
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||
|
||||
RUN apk add --no-cache openssl && \\
|
||||
addgroup -g 1000 -S vlmcsd && \\
|
||||
adduser -u 1000 -G vlmcsd -S -D -h /home/vlmcsd vlmcsd
|
||||
|
Reference in New Issue
Block a user