pomni-generating-api (latest)

Published 2025-02-24 20:28:37 +00:00 by cdrage

Installation

docker pull git.k8s.land/cdrage/pomni-generating-api:latest
sha256:28ca23dc7a979a845f40c4d81e005599f4fa136b0938046539b87835e88dc0e8

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
CMD ["/bin/bash"]
/bin/sh -c apt-get update && apt-get install -y curl bash unzip && rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -O https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc && mv mc /usr/local/bin/mc
WORKDIR /app
COPY file:462ef7e8b3657b25a5c894d0862cec57952fa705daaf9ca4ac5d3f40257c9865 in /app/requirements.txt
/bin/sh -c apt-get update && apt-get install -y python3-pip
/bin/sh -c pip3 install --break-system-packages -r requirements.txt
COPY file:2cc0a7619ace865834d2cf43e5edf8066f8b9eae26064aa04cca197f4615fc8c in /app/run.sh
COPY file:aed5f4561a8861cc382ea7937ce640be4d4952fd3294c8872ccf012871791772 in /app/placeholder.png
/bin/sh -c chmod +x /app/run.sh
COPY file:5c3e6fd4d709bbdef5dc2f60ceab91f041a6db3327b3a7747aa002a4fc3e42d3 in /app/main.py
ENTRYPOINT ["/app/run.sh"]

Labels

Key Value
io.buildah.version 1.38.1
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-02-24 20:28:37 +00:00
0
OCI / Docker
linux/amd64
230 MiB
Versions (1) View all
latest 2025-02-24