diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-10-21 14:26:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2022-10-21 14:26:27 +0200 |
| commit | 075db3deff2b621b62decee335bd123c326917a2 (patch) | |
| tree | b0d8b10e50df13dfc0f56ee608f3f417a20a2426 /Dockerfile | |
| parent | 14b10ef17dabf61e9715dfca8ad669cd8a5f020d (diff) | |
| download | mullvadvpn-075db3deff2b621b62decee335bd123c326917a2.tar.xz mullvadvpn-075db3deff2b621b62decee335bd123c326917a2.zip | |
Add LABELs to the Linux build container
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 1202a16ffe..ebf76ce565 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,10 @@ # # And add -e TARGETS="aarch64-unknown-linux-gnu" to build for ARM64 +LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app +LABEL org.opencontainers.image.description="Mullvad VPN app Linux build container" +LABEL org.opencontainers.image.licenses=GPL-3.0 + # Debian 10 is the oldest supported distro. It has the oldest glibc that we support # This checksum points to a 10.13-slim image. FROM debian@sha256:557ee531b81ce380d012d83b7bb56211572e5d6088d3e21a3caef7d7ed7f718b |
