Fix mitmproxy labels

This commit is contained in:
Greyscale 2024-02-19 13:54:08 +01:00
parent aa28b82721
commit 2cce722769
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -4,7 +4,8 @@ ARG BUILD_DATE
ARG GIT_SHA
ARG MITM_VERSION
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker/mitm-proxy" \
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker" \
org.opencontainers.image.title="mitm-proxy with healthcheck" \
org.opencontainers.image.created="${BUILD_DATE}" \
org.opencontainers.image.version="${MITM_VERSION}" \