sha256:211479ec1c74df181e5170ef26b92cb45d24a728dfbd46c3adfcc9e552a46322
OS/ARCH
linux/amd64
Compressed size
1.05 GB
Last pushed
about 1 year by regscaletherrien
Type
Image
Manifest digest
sha256:5052c5e5fd0e168bff09ea54734a27d9ccf7fbb95253ce8ddc5cd9b9893d7e01
Image Layers
1LABEL maintainer="Red Hat, Inc."0 B2LABEL vendor="Red Hat, Inc."0 B3LABEL url="https://www.redhat.com"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:bac616b15ea24c824075e7e76d7146b6c91b244abd89c8cc5c4ec0f5677c20ac 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-06-09T17:19:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e18551b8a7ac3e7aa6347d84b9f0b5c8cc8fe52"37.79 MB18USER 00 B19RUN /bin/sh -c microdnf update85.45 MB20RUN /bin/sh -c cd /tmp7.06 MB21RUN /bin/sh -c cd /tmp97.98 MB22RUN /bin/sh -c curl https://packages.microsoft.com/config/rhel/9/prod.repo413 B23RUN /bin/sh -c microdnf update35.21 MB24RUN /bin/sh -c ACCEPT_EULA=Y microdnf5.02 MB25RUN /bin/sh -c curl -fsSL62.6 MB26COPY docker/nginx.conf /etc/nginx/conf.d/default.conf # buildkit917 B27RUN /bin/sh -c pip3 install6.52 MB28COPY /source/dist/*.whl /tmp/ # buildkit1.02 MB29RUN /bin/sh -c pip3 install269.52 MB30COPY requirements.txt . # buildkit1.89 KB31RUN /bin/sh -c pip3 install147.35 MB32COPY /source/next/.next /app/next/.next # buildkit102.04 MB33COPY /source/next/public /app/next/public # buildkit55.38 KB34COPY /source/next/node_modules /app/next/node_modules # buildkit204.75 MB35COPY /source/next/package.json /app/next/package.json # buildkit992 B36COPY ./backend /app/backend # buildkit14.06 MB37WORKDIR /app/backend32 B38RUN /bin/sh -c pip3 install48.95 KB39WORKDIR /app32 B40COPY docker/start.sh /start.sh # buildkit1.06 KB41COPY docker/healthcheck.sh /healthcheck.sh # buildkit361 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."