swarmproxy (sha256:8662693c307276e68ce95593df04c5c6459c47313068ccbe77f9fd14a04f961d)

Published 2023-10-10 07:47:57 +02:00 by OCram85 in OCram85/swarmproxy

Installation

docker pull gitea.ocram85.com/ocram85/swarmproxy@sha256:8662693c307276e68ce95593df04c5c6459c47313068ccbe77f9fd14a04f961d
sha256:8662693c307276e68ce95593df04c5c6459c47313068ccbe77f9fd14a04f961d

About this package

A containerized tinyproxy as docker swarm outbound / egress proxy

Image Layers

ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
CMD ["/bin/sh"]
LABEL maintainer=OCram85
ARG VERSION
LABEL build_version=
LABEL org.opencontainers.image.authors=OCram85
LABEL org.opencontainers.image.vendor=OCram85
LABEL org.opencontainers.image.title=swarmproxy
LABEL org.opencontainers.image.description=tinyproxy docker image
LABEL org.opencontainers.image.licenses=AGPL-3.0
ARG TAG
LABEL org.opencontainers.image.version=
LABEL org.opencontainers.image.url=https://gitea.ocram85.com/OCram85/swarmproxy
LABEL org.opencontainers.image.source=https://gitea.ocram85.com/OCram85/swarmproxy.git
LABEL org.opencontainers.image.documentation=https://gitea.ocram85.com/OCram85/swarmproxy
ENV TINYPROXY_UID=5123
ENV TINYPROXY_GID=5123
ENV UPSTREAM_PROXY=
ENV UPSTREAM_PROXY_FILE=
ENV PORT=8888
ENV TIMEOUT=600
ENV LOGLEVEL=Info
ENV MAXCLIENTS=600
ENV FILTER_FILE=/app/filter
ENV TZ=Europe/Berlin
RUN |2 VERSION= TAG= /bin/sh -c apk add --no-cache tinyproxy curl tzdata # buildkit
COPY entrypoint.sh /app/entrypoint.sh # buildkit
RUN |2 VERSION= TAG= /bin/sh -c touch /app/proxy.conf && chmod +x /app/entrypoint.sh && chown -R ${TINYPROXY_UID}:${TINYPROXY_GID} /app /etc/tinyproxy /var/log/tinyproxy # buildkit
USER 5123:5123
WORKDIR /app
EXPOSE map[8888/tcp:{}]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["-c" "/app/proxy.conf" "-d"]

Labels

Key Value
build_version
maintainer OCram85
org.opencontainers.image.authors OCram85
org.opencontainers.image.created 2023-10-10T05:47:46.985Z
org.opencontainers.image.description A containerized tinyproxy as docker swarm outbound / egress proxy
org.opencontainers.image.documentation https://gitea.ocram85.com/OCram85/swarmproxy
org.opencontainers.image.licenses
org.opencontainers.image.revision 3c6ca573f12901983c96799c5b4271bc8d6a8117
org.opencontainers.image.source https://gitea.ocram85.com/OCram85/swarmproxy
org.opencontainers.image.title swarmproxy
org.opencontainers.image.url https://gitea.ocram85.com/OCram85/swarmproxy
org.opencontainers.image.vendor OCram85
org.opencontainers.image.version main
Details
Container
2023-10-10 07:47:57 +02:00
0
OCI / Docker
linux/amd64
OCram85
5.5 MiB
Versions (10) View all
main 2023-10-10
0.1.0 2023-07-13
0.1 2023-07-13
latest 2023-07-13
0.0.5-rc0 2023-07-12