From 6e0cd23bbcb9514d6c2aaf5be7f5b58763df9157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Wed, 23 Oct 2024 13:17:47 +0200 Subject: [PATCH] Add license to Docker image metadata --- Dockerfile | 1 + Dockerfile.android | 1 + Dockerfile.ios | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index faa1c0f..28f92b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,6 +110,7 @@ LABEL org.opencontainers.image.documentation="https://docs.mvt.re" LABEL org.opencontainers.image.source="https://github.com/mvt-project/mvt" LABEL org.opencontainers.image.title="Mobile Verification Toolkit" LABEL org.opencontainers.image.description="MVT is a forensic tool to look for signs of infection in smartphone devices." +LABEL org.opencontainers.image.licenses="MVT License 1.1" LABEL org.opencontainers.image.base.name=docker.io/library/ubuntu:22.04 # Install runtime dependencies diff --git a/Dockerfile.android b/Dockerfile.android index be44167..acf776a 100644 --- a/Dockerfile.android +++ b/Dockerfile.android @@ -6,6 +6,7 @@ LABEL org.opencontainers.image.documentation="https://docs.mvt.re" LABEL org.opencontainers.image.source="https://github.com/mvt-project/mvt" LABEL org.opencontainers.image.title="Mobile Verification Toolkit (Android)" LABEL org.opencontainers.image.description="MVT is a forensic tool to look for signs of infection in smartphone devices." +LABEL org.opencontainers.image.licenses="MVT License 1.1" LABEL org.opencontainers.image.base.name=docker.io/library/python:3.10.14-alpine3.20 # Install runtime dependencies diff --git a/Dockerfile.ios b/Dockerfile.ios index ed3ec99..4d5fb52 100644 --- a/Dockerfile.ios +++ b/Dockerfile.ios @@ -111,6 +111,7 @@ LABEL org.opencontainers.image.documentation="https://docs.mvt.re" LABEL org.opencontainers.image.source="https://github.com/mvt-project/mvt" LABEL org.opencontainers.image.title="Mobile Verification Toolkit (iOS)" LABEL org.opencontainers.image.description="MVT is a forensic tool to look for signs of infection in smartphone devices." +LABEL org.opencontainers.image.licenses="MVT License 1.1" LABEL org.opencontainers.image.base.name=docker.io/library/python:3.10.14-alpine3.20 # Install runtime dependencies