- Portland, OR, USA
- https://ketrenos.com
- Joined on
2021-06-04
Block a user
peddlers-of-ketran/pok (pok-ci-568-pok)
Published 2026-01-23 18:43:42 -08:00 by jketreno
Installation
docker pull git.ketrenos.com/jketreno/peddlers-of-ketran/pok:pok-ci-568-poksha256:86a1f6a4cd7dec6fef40faa366dab423af335469e2c4efc3356675d75113b674
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 094c9411b7 | linux/amd64 | 402 MiB |
Image Layers ( linux/amd64)
| 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"] |
| RUN /bin/sh -c apt-get -q update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates gnupg curl nano rsync locales && locale-gen en_US.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LC_ALL=en_US.UTF-8 |
| RUN /bin/sh -c mkdir -p /etc/apt/keyrings # buildkit |
| RUN /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 /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 /bin/sh -c apt-get -q update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y nodejs sqlite3 build-essential python3 libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev && apt-get clean && rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} # buildkit |
| ARG HOST_UID=1000 |
| ARG HOST_GID=1000 |
| RUN |2 HOST_UID=1000 HOST_GID=1000 /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=1000 HOST_GID=1000 /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=1000 HOST_GID=1000 /bin/sh -c mkdir -p /home/hostuser && chown -R ${HOST_UID}:${HOST_GID} /home/hostuser # buildkit |
| ENV HOME=/home/hostuser |
| RUN |2 HOST_UID=1000 HOST_GID=1000 /bin/sh -c apt-get update && apt-get install -y nginx && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 HOST_UID=1000 HOST_GID=1000 /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=1000 HOST_GID=1000 /bin/sh -c chown -R ${HOST_UID}:${HOST_GID} /var/www/pok-client # buildkit |
| CMD ["/pok-prod-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2026-01-23 18:43:42 -08:00
Versions (44)
View all
Container
0
OCI / Docker
buildcache
2026-01-27
pok-ci-604-pok
2026-01-27
pok-ci-603-pok
2026-01-27
pok-ci-602-pok
2026-01-27
pok-ci-601-pok
2026-01-27