sociallyconcord-workers (latest)

Published 2026-02-05 16:53:00 -08:00 by rzazueta

Installation

docker pull code.robzazueta.com/rzazueta/sociallyconcord-workers:latest
sha256:f74055f25c1aae398761c1cb56b04420b547a2ac627eeb8a217dbbe459af82ba

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
WORKDIR /workers
RUN /bin/sh -c apt-get update && apt-get install -y curl software-properties-common npm ffmpeg # buildkit
RUN /bin/sh -c npm install n -g && n 22.12.0 # buildkit
COPY ./core/workers ./ # buildkit
COPY ./sites/sociallyconcord/custom/workers ./ # buildkit
COPY ./core/app/lib ./lib # buildkit
COPY ./sites/sociallyconcord/custom/lib ./lib # buildkit
RUN /bin/sh -c npm install # buildkit
RUN /bin/sh -c printenv > /etc/environment # buildkit
CMD ["/bin/sh" "-c" "node /workers/work_order_processor.js"]

Labels

Key Value
com.docker.compose.project sociallyconcord
com.docker.compose.service workers
com.docker.compose.version 2.40.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-02-05 16:53:00 -08:00
1
OCI / Docker
linux/amd64
642 MiB
Versions (1) View all
latest 2026-02-05