Skip to content

Commit 85fb778

Browse files
committed
Set license as label in Docker image
Refs #63
1 parent f79b5df commit 85fb778

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ RUN python setup.py clean bdist_wheel
1515
# Run container
1616
FROM python:3.8-slim
1717

18-
LABEL maintainer="Crate.io" \
19-
repository="crate/crate-operator" \
20-
name="CrateDB Kubernetes Operator"
18+
LABEL license="AGPLv3" \
19+
maintainer="Crate.io AT GmbH <[email protected]>" \
20+
name="CrateDB Kubernetes Operator" \
21+
repository="crate/crate-operator"
2122

2223
WORKDIR /etc/cloud
2324
RUN useradd -U -M crate-operator

0 commit comments

Comments
 (0)