Block a user
label-proxy (v1.0.0)
Published 2026-02-08 23:57:17 +01:00 by matteoscrugli
Installation
docker pull gitea.montecalvo.me/matteoscrugli/label-proxy:v1.0.0sha256:3f22065b67d4d609085d95d9dc2c0f07ba3ef4df44bb71931c0892d540c494a2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| fd2e5cc32d | linux/amd64 | 17 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.20.8-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 # 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/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/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 /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 |