taskd (latest)

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

Installation

docker pull code.pztrn.name/containers/taskd:latest
sha256:2f8afc14b03d77500e36be6fefcf894e15233e64c566173d0cd26a9d5e929cd0

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:53:06Z
LABEL org.opencontainers.image.revision=9da882eaca26a95cd6d361610cad536bd987477c
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:53:06Z
org.opencontainers.image.revision 9da882eaca26a95cd6d361610cad536bd987477c
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:56:02 +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