mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: Remove license on Coder Docker image (#4683)
I didn't know what do change it to, but figured removing it made the most sense. Fixes #3723.
This commit is contained in:
+1
-2
@@ -12,8 +12,7 @@ LABEL \
|
||||
org.opencontainers.image.description="A tool for provisioning self-hosted development environments with Terraform." \
|
||||
org.opencontainers.image.url="https://github.com/coder/coder" \
|
||||
org.opencontainers.image.source="https://github.com/coder/coder" \
|
||||
org.opencontainers.image.version="$CODER_VERSION" \
|
||||
org.opencontainers.image.licenses="AGPL-3.0"
|
||||
org.opencontainers.image.version="$CODER_VERSION"
|
||||
|
||||
# The coder binary is injected by scripts/build_docker.sh.
|
||||
COPY --chown=coder:coder --chmod=755 coder /opt/coder
|
||||
|
||||
Reference in New Issue
Block a user