swarmproxy (sha256:9fe484b8b9982a2ce7df84b76ff940dc31f470f15ea18d247ae847bb7a417a95)

Published 2023-07-12 11:25:34 +02:00 by OCram85 in OCram85/swarmproxy

Installation

docker pull gitea.ocram85.com/ocram85/swarmproxy@sha256:9fe484b8b9982a2ce7df84b76ff940dc31f470f15ea18d247ae847bb7a417a95
sha256:9fe484b8b9982a2ce7df84b76ff940dc31f470f15ea18d247ae847bb7a417a95

About this package

A containerized tinyproxy as docker swarm outbound / egress proxy

Image Layers

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd 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
RUN |2 VERSION= TAG= /bin/sh -c apk add --no-cache tinyproxy curl # 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-07-12T09:25:10.028Z
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 6e340709bb4b06e3f68a76b97d87a5efeb42439b
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 0.0.4
Details
Container
2023-07-12 11:25:34 +02:00
1
OCI / Docker
linux/amd64
OCram85
5.1 MiB
Versions (11) View all
0.1.1 2024-06-20
0.1 2024-06-20
latest 2024-06-20
main 2024-06-20
0.1.0 2023-07-13