summaryrefslogtreecommitdiffhomepage
path: root/android/docker
diff options
context:
space:
mode:
Diffstat (limited to 'android/docker')
-rw-r--r--android/docker/Dockerfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile
index 275400fa6c..10c7797a66 100644
--- a/android/docker/Dockerfile
+++ b/android/docker/Dockerfile
@@ -9,11 +9,18 @@
# -v .:/build:Z \
# mullvadvpn-app-build-android ./build-apk.sh --dev-build --no-docker
#
-# See the base image Dockerfile in the repository root for more information.
+# See the base image Dockerfile in the repository root (../../Dockerfile)
+# for more information.
+# === Base image (built from: ../../Dockerfile) ===
# TODO: Change image once a proper one has been built and published
FROM ghcr.io/mullvad/mullvadvpn-app-build@sha256:TODO
+# === Metadata ===
+LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app
+LABEL org.opencontainers.image.description="Mullvad VPN app Android build container"
+LABEL org.opencontainers.image.licenses=GPL-3.0
+
# === Define toolchain versions and paths ===
ENV SDK_VERSION=platforms;android-33 \