Fix mitmproxy labels
This commit is contained in:
parent
aa28b82721
commit
2cce722769
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ ARG BUILD_DATE
|
||||||
ARG GIT_SHA
|
ARG GIT_SHA
|
||||||
ARG MITM_VERSION
|
ARG MITM_VERSION
|
||||||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
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.title="mitm-proxy with healthcheck" \
|
||||||
org.opencontainers.image.created="${BUILD_DATE}" \
|
org.opencontainers.image.created="${BUILD_DATE}" \
|
||||||
org.opencontainers.image.version="${MITM_VERSION}" \
|
org.opencontainers.image.version="${MITM_VERSION}" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue