sha256:19ceeb02aba9ac4131591eb0a5ff24550e6e6fd54fb1492125eb521bcf540de9
OS/ARCH
linux/amd64
Compressed size
929.63 MB
Last pushed
12 months by jthornockreg
Type
Image
Manifest digest
sha256:f049d441974ecc3fdc25dfdb69c1855d85a3dab22eb0241b052da50dceada95d
Image Layers
1LABEL maintainer="Red Hat, Inc."0 B2LABEL vendor="Red Hat, Inc."0 B3LABEL url="https://catalog.redhat.com/en/search?searchType=containers"0 B4LABEL com.redhat.component="ubi9-minimal-container" 0 B5LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"0 B6LABEL summary="Provides the latest release0 B7LABEL description="The Universal Base Image0 B8LABEL io.k8s.description="The Universal Base Image0 B9LABEL io.k8s.display-name="Red Hat Universal Base0 B10LABEL io.openshift.expose-services=""0 B11LABEL io.openshift.tags="minimal rhel9"0 B12ENV container oci0 B13COPY dir:d7b1fa08b45904d2109f6273c2dc55728dceb42a4a41c974e8ebbfacfa3b04e1 in / 0 B14COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 0 B15CMD ["/bin/bash"]0 B16COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 0 B17LABEL "build-date"="2025-08-05T01:13:59" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="65ba291fd63f8c6c599a58b58175d45b2ac63e69"37.78 MB18USER 00 B19RUN /bin/sh -c microdnf update86.23 MB20RUN /bin/sh -c cd /tmp7.06 MB21RUN /bin/sh -c cd /tmp100.4 MB22RUN /bin/sh -c curl https://packages.microsoft.com/config/rhel/9/prod.repo414 B23RUN /bin/sh -c microdnf update37.32 MB24RUN /bin/sh -c ACCEPT_EULA=Y microdnf4.99 MB25RUN /bin/sh -c curl -fsSL62.57 MB26COPY docker/nginx.conf /etc/nginx/conf.d/default.conf # buildkit917 B27RUN /bin/sh -c pip3 install6.24 MB28COPY /source/dist/*.whl /tmp/ # buildkit1.03 MB29RUN /bin/sh -c pip3 install272.6 MB30COPY requirements.txt . # buildkit1.93 KB31RUN /bin/sh -c pip3 install116.59 MB32COPY /source/next/.next /app/next/.next # buildkit45.74 MB33COPY /source/next/public /app/next/public # buildkit55.37 KB34COPY /source/next/node_modules /app/next/node_modules # buildkit143.63 MB35COPY /source/next/package.json /app/next/package.json # buildkit993 B36COPY ./backend /app/backend # buildkit7.34 MB37WORKDIR /app/backend32 B38RUN /bin/sh -c pip3 install49.16 KB39WORKDIR /app32 B40COPY docker/start.sh /start.sh # buildkit1.08 KB41COPY docker/healthcheck.sh /healthcheck.sh # buildkit369 B42RUN /bin/sh -c chmod +x1.27 KB43RUN /bin/sh -c mkdir -p146 B44ENV PYTHONUNBUFFERED=10 B45ENV DJANGO_SETTINGS_MODULE=app.settings0 B46ENV BASE_DIR=/app0 B47HEALTHCHECK &{["CMD" "/healthcheck.sh"] "30s" "10s"0 B48EXPOSE map[80/tcp:{}]0 B49EXPOSE map[3000/tcp:{}]0 B50EXPOSE map[8000/tcp:{}]0 B51CMD ["/start.sh"]0 BCommand
LABEL maintainer="Red Hat, Inc."