sociallyconcord-stats (0.3.0)

Published 2026-03-03 10:50:16 -08:00 by rzazueta

Installation

docker pull code.robzazueta.com/rzazueta/sociallyconcord-stats:0.3.0
sha256:d528850611536fac22ad357492147c6df5f5076f27a67e822baf6bc23f94d6fc

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
CMD ["/bin/bash"]
RUN /bin/sh -c echo "Building stats..." # buildkit
WORKDIR /stats
RUN /bin/sh -c apt-get update && apt-get install -y curl software-properties-common npm # buildkit
RUN /bin/sh -c npm install n -g && n 22.12.0 # buildkit
COPY ./core/logging ./ # buildkit
RUN /bin/sh -c npm install # buildkit
CMD ["node" "--max-http-header-size" "40960" "-r" "dotenv/config" "api.js"]

Labels

Key Value
com.docker.compose.project sociallyconcord
com.docker.compose.service stats
com.docker.compose.version 2.40.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-03 10:50:16 -08:00
1
OCI / Docker
linux/amd64
465 MiB
Versions (9) View all
0.3.6 2026-03-13
0.3.5 2026-03-12
0.3.4 2026-03-11
0.3.3 2026-03-11
0.3.2 2026-03-09