manager (1.1.0-build.2179.19d8ac8b)

Published 2025-12-09 08:06:07 +00:00 by izhar

Installation

docker pull git.abyres.net/elixier/manager:1.1.0-build.2179.19d8ac8b
sha256:35c58d47588cc421d19930a9d91ee8c7c18e2f5b9528bf97a019d02f5334c389

Image 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 agent /opt/app/agent # buildkit
ADD tests /opt/app/tests # buildkit
ADD run_tests.sh /opt/app # buildkit
ADD alembic.ini /opt/app # buildkit
ADD alembic /opt/app/alembic # buildkit
ADD entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
WORKDIR /opt/app
RUN /bin/sh -c uv sync && uv run python -m compileall /opt/app/emgr && uv run python cli.py build-repo # buildkit
ARG APP_VERSION=development
ENV APP_VERSION=1.1.0-build.2179.19d8ac8b
ARG AGENT_IMAGE=git.abyres.net/elixier/agent:development
LABEL emgr.image.name=git.abyres.net/elixier/agent:1.1.0-build.2179.19d8ac8b emgr.image.type=agent
ENV AGENT_IMAGE=git.abyres.net/elixier/agent:1.1.0-build.2179.19d8ac8b
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:1.1.0-build.2179.19d8ac8b
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
Container
2025-12-09 08:06:07 +00:00
2
OCI / Docker
linux/amd64
293 MiB
Versions (10) View all