backend (2.0.0-build.3129.8357ec19)
Published 2026-06-30 09:39:16 +00:00 by izhar
Installation
docker pull git.abyres.net/elixier/backend:2.0.0-build.3129.8357ec19sha256:10aa5631128beacb3825731c775ace391055450267ab50e37df25ad93da35b55Image Layers
| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi9-container" name="ubi9/ubi" version="9.6" cpe="cpe:/a:redhat:enterprise_linux:9::appstream" distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="base rhel9" |
| ENV container oci |
| COPY dir:91d00d24ce3ba29551746ee5faca2e3a563eef65ecd488882ee5f2d4f984589d in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json |
| COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:a782d4cd79a0c61643bc1cbf3cd5798a42f1495fe330dde8598373d62cac62dd in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="60d587d1286655c5e777e63959aaae224123ea95" "org.opencontainers.image.revision"="60d587d1286655c5e777e63959aaae224123ea95" "build-date"="2025-10-13T07:36:46Z" "release"="1760340943"org.opencontainers.image.revision=60d587d1286655c5e777e63959aaae224123ea95 |
| ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 /bin/tini # buildkit |
| ADD https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl /usr/bin/kubectl # buildkit |
| RUN /bin/sh -c chmod +x /bin/tini && chmod +x /usr/bin/kubectl && dnf install curl -y --allowerasing && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && dnf clean all && mkdir /opt/app # buildkit |
| ADD packages.txt /opt/packages.txt # buildkit |
| RUN /bin/sh -c dnf install -y $(</opt/packages.txt) && dnf clean all # buildkit |
| RUN /bin/sh -c pip3.11 install uv # buildkit |
| ADD README.md /opt/app # buildkit |
| ADD pyproject.toml /opt/app # buildkit |
| ADD rxconfig.py /opt/app # buildkit |
| ADD uv.lock /opt/app # buildkit |
| ADD cli.py /opt/app # buildkit |
| ADD emgr /opt/app/emgr # buildkit |
| ADD assets /opt/app/assets # buildkit |
| ADD tests /opt/app/tests # buildkit |
| ADD alembic.ini /opt/app # buildkit |
| ADD alembic /opt/app/alembic # buildkit |
| WORKDIR /opt/app |
| RUN /bin/sh -c uv sync && uv run python -m compileall /opt/app/emgr # buildkit |
| ARG APP_VERSION=development |
| ENV APP_VERSION=2.0.0-build.3129.8357ec19 |
| ARG AGENT_IMAGE=git.abyres.net/elixier/agent:development |
| LABEL emgr.image.name=git.abyres.net/elixier/agent:2.0.0-build.3129.8357ec19 emgr.image.type=agent |
| ENV AGENT_IMAGE=git.abyres.net/elixier/agent:2.0.0-build.3129.8357ec19 |
| CMD ["uv" "run" "reflex" "run" "--env" "prod"] |
Labels
| Key | Value |
|---|---|
| architecture | x86_64 |
| build-date | 2025-10-13T07:36:46Z |
| com.redhat.component | ubi9-container |
| com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
| cpe | cpe:/a:redhat:enterprise_linux:9::appstream |
| description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| distribution-scope | public |
| emgr.image.name | git.abyres.net/elixier/agent:2.0.0-build.3129.8357ec19 |
| emgr.image.type | agent |
| io.buildah.version | 1.41.4 |
| io.k8s.description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| io.k8s.display-name | Red Hat Universal Base Image 9 |
| io.openshift.expose-services | |
| io.openshift.tags | base rhel9 |
| maintainer | Red Hat, Inc. |
| name | ubi9/ubi |
| org.opencontainers.image.revision | 60d587d1286655c5e777e63959aaae224123ea95 |
| release | 1760340943 |
| summary | Provides the latest release of Red Hat Universal Base Image 9. |
| url | https://catalog.redhat.com/en/search?searchType=containers |
| vcs-ref | 60d587d1286655c5e777e63959aaae224123ea95 |
| vcs-type | git |
| vendor | Red Hat, Inc. |
| version | 9.6 |
Details
2026-06-30 09:39:16 +00:00
Versions (14)
View all
Container
2
OCI / Docker
linux/amd64
367 MiB
2.0.0-build.3136.8ac8be08
2026-07-01
2.0.0-build.3134.3bb5c487
2026-07-01
2.0.0-build.3133.bd217fd5
2026-07-01
2.0.0-build.3131.1e7641cb
2026-07-01
2.0.0-build.3129.8357ec19
2026-06-30