HostXtra

taskqueue-server (latest)

Published 2025-12-29 10:53:22 +00:00 by mrhid6 in HostXtra/taskqueue-server

Installation

docker pull gitea.hostxtra.co.uk/hostxtra/taskqueue-server:latest
sha256:9d435648d8d5e834ecb6bc5dc0935c735b8f0b4e8c6a12436a09c4a1870911da

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.25.5
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /target/ / # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get -qq update -y && apt-get -qq install apt-utils wget curl -y && mkdir /opt/app && useradd -m -s /bin/bash appuser # buildkit
COPY entry.sh / # buildkit
COPY bin/* /opt/app/ # buildkit
RUN /bin/sh -c chmod 777 /entry.sh && chown -R appuser:appuser /opt/app && chmod -R 777 /opt/app # buildkit
ENTRYPOINT ["/entry.sh"]
Details
Container
2025-12-29 10:53:22 +00:00
7
OCI / Docker
linux/amd64
322 MiB
Versions (1) View all
latest 2025-12-29