swarmproxy (sha256:79f8b6007abbf32ad36d3e01f6f9874d00a960a956ead536d9a98f54ac015729)

Published 2023-07-13 14:03:43 +02:00 by OCram85 in OCram85/swarmproxy

Installation

docker pull gitea.ocram85.com/ocram85/swarmproxy@sha256:79f8b6007abbf32ad36d3e01f6f9874d00a960a956ead536d9a98f54ac015729
sha256:79f8b6007abbf32ad36d3e01f6f9874d00a960a956ead536d9a98f54ac015729

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-13T12:03:32.660Z
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 d80b5832522e821fe3f4f1dd94ec9b3b14f8df53
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.1.0
Details
Container
2023-07-13 14:03:43 +02:00
19
OCI / Docker
linux/amd64
OCram85
5.1 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