Block a user
tuper (latest)
Published 2026-06-27 16:32:36 +00:00 by janhouse
Installation
docker pull git.janhouse.lv/janhouse/tuper:latestsha256:3aa3eb864b8446f5c29c348c57bd36363e8b8d1567a4fdf6751d402cc7e97283
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:21c2e8d95909bec6f4acdaf4aed55b44ee13603681f93b152e423e3e6a4a207b in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && apt install -y tmux screen bzip2 perlbrew curl wget && useradd -d /tuper tuper # buildkit |
| ARG PERLBREW_ROOT=/perlbrew |
| RUN |1 PERLBREW_ROOT=/perlbrew /bin/sh -c perlbrew init && perlbrew install-patchperl && perlbrew install -n -j 8 perl-5.18.4 # buildkit |
| ARG PERLBREW_PERL=perl-5.18.4 |
| COPY ./curl.patch /curl.patch # buildkit |
| SHELL [/bin/bash -c] |
| RUN |2 PERLBREW_ROOT=/perlbrew PERLBREW_PERL=perl-5.18.4 /bin/bash -c apt install -y libssl-dev zlib1g-dev libmysqlclient-dev libexpat1-dev libcurl4-gnutls-dev && ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl && . /perlbrew/etc/bashrc && perlbrew install-cpanm && wget http://www.cpan.org/authors/id/S/SZ/SZBALINT/WWW-Curl-4.17.tar.gz && tar zxf WWW-Curl-4.17.tar.gz && patch -d WWW-Curl-4.17 -p1 < curl.patch && cd WWW-Curl-4.17 && cpanm -n . && cd .. && rm WWW-Curl-4.17.tar.gz curl.patch && rm -rf WWW-Curl-4.17 && cpanm -n Config::Tiny JSON::XS IO::Async IO::Async::SSL IO::Socket::SSL Net::SSLeay DBI Heap::Fibonacci DBD::mysql Switch XML::SAX::Expat XML::Parser XML::Simple WWW::Curl::Easy # buildkit |
| COPY tuper/ /tuper/ # buildkit |
| COPY ./entrypoint.sh /entrypoint.sh # buildkit |
| RUN |2 PERLBREW_ROOT=/perlbrew PERLBREW_PERL=perl-5.18.4 /bin/bash -c chown -R tuper:tuper /tuper # buildkit |
| USER tuper |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | tuper |
| com.docker.compose.service | tuper |
| com.docker.compose.version | 2.29.7 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |