taskd (2022.06.29)

Published 2022-06-29 19:58:17 +05:00 by drone in containers/taskd

Installation

docker pull code.pztrn.name/containers/taskd:2022.06.29
sha256:935de6fbaee03e839e3fb81638dd81f8e01fbc3d530458a5181e76e3db8d2bd0

Image Layers

ADD file:8e81116368669ed3dd361bc898d61bff249f524139a239fdaf3ec46869a39921 in /
CMD ["/bin/sh"]
COPY file:433ee8be352d72527e470f5d448d1d20c0dccaefd87c258291562464cffc2141 in /usr/bin
/bin/sh -c apk add --no-cache --virtual build-dependencies gnutls-dev libuuid cmake git build-base util-linux-dev; git clone https://github.com/GothenburgBitFactory/taskserver.git && cd taskserver; git submodule init; git submodule update; mkdir build && cd build; cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..; make; make install; cd .. && cp -r pki /usr/share/doc/taskd/; cd ../.. && rm -rf taskserver; apk del --purge build-dependencies; apk add --no-cache gnutls gnutls-utils libuuid util-linux bash libgcc libstdc++; mkdir /var/taskd && chmod +x /usr/bin/taskd.sh
ENV TASKDATA=/var/taskd
VOLUME [/var/taskd]
EXPOSE 53589
CMD ["/usr/bin/taskd.sh"]
LABEL org.opencontainers.image.created=2022-06-29T14:56:42Z
LABEL org.opencontainers.image.revision=9ae0087517f5afa0d28adde0489fafd6e040779c
LABEL org.opencontainers.image.source=https://code.pztrn.name/containers/taskd.git
LABEL org.opencontainers.image.url=https://code.pztrn.name/containers/taskd

Labels

Key Value
org.opencontainers.image.created 2022-06-29T14:56:42Z
org.opencontainers.image.revision 9ae0087517f5afa0d28adde0489fafd6e040779c
org.opencontainers.image.source https://code.pztrn.name/containers/taskd.git
org.opencontainers.image.url https://code.pztrn.name/containers/taskd
Details
Container
2022-06-29 19:58:17 +05:00
0
OCI / Docker
linux/amd64
10 MiB
Versions (4) View all
2022 2022-06-29
2022.06 2022-06-29
2022.06.29 2022-06-29
latest 2022-06-29