- Portland, OR, USA
- https://ketrenos.com
- Joined on
2021-06-04
Block a user
peddlers-of-ketran/pok (pok-ci-314--pok)
Published 2025-12-08 03:58:29 -08:00 by jketreno
Installation
docker pull git.ketrenos.com/jketreno/peddlers-of-ketran/pok:pok-ci-314--poksha256:7c756e2060d8c4e67874f488b5eed1f4b453d05f51bb7101363e1fcd2c059909
sha256:6b03d2df58bd7cbca442b556e548cd9b15e5f7240da70a541d46cdfc12671bc9
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in / |
| CMD ["/bin/bash"] |
| ARG HOST_UID=1001 |
| ARG HOST_GID=1002 |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c apt-get -q update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates gnupg curl nano rsync && apt-get clean && rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c mkdir -p /etc/apt/keyrings # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg # buildkit |
| ENV NODE_MAJOR=22 |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c apt-get -q update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y nodejs sqlite3 && apt-get clean && rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c if ! getent group ${HOST_GID} >/dev/null 2>&1; then groupadd -g ${HOST_GID} hostgroup; else EXISTING=$(getent group ${HOST_GID} | cut -d: -f1) && echo "Using existing group $EXISTING for GID ${HOST_GID}"; fi # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c if ! getent passwd ${HOST_UID} >/dev/null 2>&1; then useradd -m -u ${HOST_UID} -g ${HOST_GID} -s /bin/bash hostuser ; else EXISTING_USER=$(getent passwd ${HOST_UID} | cut -d: -f1) && echo "Found existing user $EXISTING_USER with UID ${HOST_UID}"; fi # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c if [ ! -d /home/hostuser ]; then mkdir -p /home/hostuser ; else echo "/home/hostuser already exists"; fi # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c chown -R ${HOST_UID}:${HOST_GID} /home/hostuser # buildkit |
| ENV HOME=/home/hostuser |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c apt-get update && apt-get install -y nginx && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c mkdir -p /var/lib/nginx/body /var/lib/nginx/fastcgi /var/lib/nginx/proxy /var/lib/nginx/scgi /var/lib/nginx/uwsgi /var/log/nginx /run && chown -R ${HOST_UID}:${HOST_GID} /var/lib/nginx /var/log/nginx /run # buildkit |
| EXPOSE [3002/tcp 8931/tcp] |
| COPY docker/nginx/pok-prod.conf /etc/nginx/conf.d/default.conf # buildkit |
| COPY --chmod=0755 /docker/pok-prod-entrypoint.sh /pok-prod-entrypoint.sh # buildkit |
| COPY /server /server # buildkit |
| COPY /client/build /var/www/pok-client # buildkit |
| RUN |2 HOST_UID=1001 HOST_GID=1002 /bin/sh -c chown -R ${HOST_UID}:${HOST_GID} /var/www/pok-client # buildkit |
| CMD ["/pok-prod-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | pok-ci-314- |
| com.docker.compose.service | pok-prod |
| com.docker.compose.version | 2.39.1 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2025-12-08 03:58:29 -08:00
Versions (31)
View all
Container
0
OCI / Docker
linux/amd64
406 MiB
pok-ci-334--pok
2025-12-11
pok-ci-333--pok
2025-12-11
pok-ci-332--pok
2025-12-11
pok-ci-331--pok
2025-12-11
pok-ci-330--pok
2025-12-10