We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79b5df commit 85fb778Copy full SHA for 85fb778
Dockerfile
@@ -15,9 +15,10 @@ RUN python setup.py clean bdist_wheel
15
# Run container
16
FROM python:3.8-slim
17
18
-LABEL maintainer="Crate.io" \
19
- repository="crate/crate-operator" \
20
- name="CrateDB Kubernetes Operator"
+LABEL license="AGPLv3" \
+ maintainer="Crate.io AT GmbH <[email protected]>" \
+ name="CrateDB Kubernetes Operator" \
21
+ repository="crate/crate-operator"
22
23
WORKDIR /etc/cloud
24
RUN useradd -U -M crate-operator
0 commit comments