sha256:02fa427781b95bed5adc28fe3f124b146df64b27ca6c4987731c68c1bac0d5bd
OS/ARCH
linux/amd64
Compressed size
929.17 MB
Last pushed
12 months by jthornockreg
Type
Image
Manifest digest
sha256:fe77ddcf2d1f3d29d2ace5d87845e6182f0dcbfb11382194ec0a7d215443e1c5
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:9ec44af3164bdfa1189db9dd1d41a051041ba7c4b29c894521f3414de6c6e99a 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-06T04:59:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="9d904d0c37a2f241eb830c87fef29978a33fdc7e"37.81 MB18USER 00 B19RUN /bin/sh -c microdnf update85.41 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.51 MB24RUN /bin/sh -c ACCEPT_EULA=Y microdnf5.01 MB25RUN /bin/sh -c curl -fsSL62.6 MB26COPY docker/nginx.conf /etc/nginx/conf.d/default.conf # buildkit918 B27RUN /bin/sh -c pip3 install6.24 MB28COPY /source/dist/*.whl /tmp/ # buildkit1.05 MB29RUN /bin/sh -c pip3 install272.65 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.38 KB34COPY /source/next/node_modules /app/next/node_modules # buildkit143.63 MB35COPY /source/next/package.json /app/next/package.json # buildkit994 B36COPY ./backend /app/backend # buildkit7.36 MB37WORKDIR /app/backend32 B38RUN /bin/sh -c pip3 install49.2 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 -p147 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."