Block a user
tailscale (latest)
Installation
docker pull git.minenet.at/ich777/tailscale:latest
sha256:4de912c484916056953da9f9f224b2f6b1ea111236a85c98f715207f2acd95a2
Image Layers
ADD file:d13afefcc2b0b02b598a3ac2598fe2187db41de1e17820e5b600a955b1429d59 in / |
CMD ["bash"] |
LABEL org.opencontainers.image.authors=admin@minenet.at |
LABEL org.opencontainers.image.source=https://github.com/ich777/docker-debian-baseimage |
RUN /bin/sh -c echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" >> /etc/apt/sources.list && apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends wget locales procps && touch /etc/locale.gen && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen && apt-get -y install --reinstall ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
ENV LANG=en_US.UTF-8 |
ENV LANGUAGE=en_US:en |
ENV LC_ALL=en_US.UTF-8 |
LABEL org.opencontainers.image.authors=admin@minenet.at |
LABEL org.opencontainers.image.source=https://github.com/ich777/tailscale |
ARG TAILSCALE_V=1.74.1 |
RUN |1 TAILSCALE_V=1.74.1 /bin/sh -c apt-get update && apt-get -y install --no-install-recommends iptables jq && mkdir -p /tmp/tailscale && wget -q -O /tmp/tailscale/tailscale.tgz "https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_V}_amd64.tgz" && tar -C /tmp/tailscale/ --strip-components=1 -xvf /tmp/tailscale/tailscale.tgz && cp /tmp/tailscale/tailscaled /tmp/tailscale/tailscale /usr/bin/ && rm -rf /var/lib/apt/lists/* /tmp/tailscale # buildkit |
ENV DATA_DIR=/tailscale |
ENV CHECK_INTERVAL=60 |
ENV UMASK=000 |
ENV UID=99 |
ENV GID=100 |
ENV DATA_PERM=770 |
RUN |1 TAILSCALE_V=1.74.1 /bin/sh -c mkdir $DATA_DIR && ulimit -n 2048 # buildkit |
ADD /scripts/ /opt/scripts/ # buildkit |
RUN |1 TAILSCALE_V=1.74.1 /bin/sh -c chmod -R 750 /opt/scripts # buildkit |
ENTRYPOINT ["/opt/scripts/start.sh"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | admin@minenet.at |
org.opencontainers.image.source | https://github.com/ich777/tailscale |