matteoscrugli
  • Joined on 2025-10-17

label-proxy (v1.2.0)

Published 2026-03-03 00:14:21 +01:00 by matteoscrugli

Installation

docker pull gitea.montecalvo.me/matteoscrugli/label-proxy:v1.2.0
sha256:74b28657c2b5e7825c368b49d8b076a4c65d565ce3ff68a2596edd610152f883

Images

Digest OS / Arch Size
c5fc91cfa0 linux/amd64 43 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=Matteo
LABEL description=Label Proxy - Bridge between Docker containers with custom labels and reverse proxies (Traefik, Flame, etc.)
RUN /bin/sh -c apk add --no-cache bash jq coreutils docker-cli iproute2 sqlite inotify-tools python3 py3-pip # buildkit
COPY src/requirements.txt /app/requirements.txt # buildkit
RUN /bin/sh -c pip3 install --no-cache-dir --break-system-packages -r /app/requirements.txt # buildkit
WORKDIR /app
COPY src/entrypoint.sh /app/entrypoint.sh # buildkit
COPY src/reconcile.sh /app/reconcile.sh # buildkit
COPY src/watch-external.sh /app/watch-external.sh # buildkit
COPY src/watch-nat-rules.sh /app/watch-nat-rules.sh # buildkit
COPY src/generate-config.sh /app/generate-config.sh # buildkit
COPY src/lib/ /app/lib/ # buildkit
COPY src/providers/ /app/providers/ # buildkit
COPY src/bin/ /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /app/entrypoint.sh && chmod +x /app/reconcile.sh && chmod +x /app/watch-external.sh && chmod +x /app/watch-nat-rules.sh && chmod +x /app/generate-config.sh && chmod +x /app/lib/*.sh && chmod +x /app/providers/traefik/*.sh && chmod +x /app/providers/flame/*.sh && chmod +x /app/providers/external/*.sh && chmod +x /app/providers/nat/*.sh && chmod +x /app/providers/nat/backends/*.py && chmod +x /usr/local/bin/* # buildkit
VOLUME [/data /traefik-dynamic /flame-data]
ENTRYPOINT ["/app/entrypoint.sh"]

Labels

Key Value
description Label Proxy - Bridge between Docker containers with custom labels and reverse proxies (Traefik, Flame, etc.)
maintainer Matteo
Details
Container
2026-03-03 00:14:21 +01:00
0
OCI / Docker
Versions (6) View all
latest 2026-03-19
v1.4.0 2026-03-04
v1.3.0 2026-03-04
v1.2.0 2026-03-03
v1.1.0 2026-03-02