codicide-functions (3c82fdfabccfb6ef093891865d4134a443476712)
Published 2026-05-11 20:32:00 +00:00 by vlad
Installation
docker pull git.madapes.com/madapes/codicide-functions:3c82fdfabccfb6ef093891865d4134a443476712sha256:9fd9c8d05e5b417e35aa2c272fc5ce23352e2e655af5ffbac4834683c882516f
Image Layers
| LABEL maintainer="Red Hat, Inc." |
| LABEL vendor="Red Hat, Inc." |
| LABEL url="https://www.redhat.com" |
| LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" 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 the minimal Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 Minimal is a stripped down image that uses microdnf as a package manager. 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 Minimal" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="minimal rhel9" |
| ENV container oci |
| COPY dir:2dc25289c3b10f6fae681d085452474bf4d133d8f435510e0e9aa64114b861ab in / |
| COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| /bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/* |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
| LABEL "build-date"="2025-05-13T04:42:10" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb" "release"="1747111267" |
| ARG GIT_SHA=unknown |
| LABEL org.opencontainers.image.revision=3c82fdfabccfb6ef093891865d4134a443476712 |
| ARG SERVICE |
| ARG DENO_VERSION=2.2.2 |
| ARG TARGETARCH |
| ARG DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 |
| ARG DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb |
| WORKDIR /app |
| |5 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb DENO_VERSION=2.2.2 GIT_SHA=3c82fdfabccfb6ef093891865d4134a443476712 SERVICE=functions /bin/sh -c microdnf --setopt=cachedir=/tmp/microdnf-cache --setopt=install_weak_deps=0 -y install ca-certificates curl-minimal unzip && microdnf clean all && rm -rf /tmp/microdnf-cache /var/cache/dnf /var/cache/yum /tmp/* |
| |5 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb DENO_VERSION=2.2.2 GIT_SHA=3c82fdfabccfb6ef093891865d4134a443476712 SERVICE=functions /bin/sh -c set -euo pipefail; case "${TARGETARCH:-}" in amd64|"") deno_arch="x86_64-unknown-linux-gnu"; deno_sha="${DENO_SHA256_AMD64}" ;; arm64) deno_arch="aarch64-unknown-linux-gnu"; deno_sha="${DENO_SHA256_ARM64}" ;; *) echo "unsupported TARGETARCH=${TARGETARCH}" >&2; exit 1 ;; esac; curl -fsSLo /tmp/deno.zip "https://github.com/denoland/deno/releases/download/v${DENO_VERSION}/deno-${deno_arch}.zip" && echo "${deno_sha} /tmp/deno.zip" | sha256sum -c - && unzip -q /tmp/deno.zip -d /usr/local/bin && rm -f /tmp/deno.zip && chmod +x /usr/local/bin/deno && deno --version |
| COPY file:576a3973cceae07cda517e14c68c0dea72fcef0564789ee6747ed571a0924833 in /app/service |
| |5 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb DENO_VERSION=2.2.2 GIT_SHA=3c82fdfabccfb6ef093891865d4134a443476712 SERVICE=functions /bin/sh -c mkdir -p /var/lib/codicide/functions && chown -R 1001:0 /var/lib/codicide /app && chmod -R g=u /var/lib/codicide /app |
| EXPOSE 8110 |
| USER 1001 |
| ENTRYPOINT ["/app/service"] |
Labels
| Key | Value |
|---|---|
| architecture | x86_64 |
| build-date | 2025-05-13T04:42:10 |
| com.redhat.component | ubi9-minimal-container |
| com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
| description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 |
| io.buildah.version | 1.39.0-dev |
| io.k8s.description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 Minimal |
| io.openshift.expose-services | |
| io.openshift.tags | minimal rhel9 |
| maintainer | Red Hat, Inc. |
| name | ubi9-minimal |
| org.opencontainers.image.revision | 3c82fdfabccfb6ef093891865d4134a443476712 |
| release | 1747111267 |
| summary | Provides the latest release of the minimal Red Hat Universal Base Image 9. |
| url | https://www.redhat.com |
| vcs-ref | 7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb |
| vcs-type | git |
| vendor | Red Hat, Inc. |
| version | 9.5 |
Details
2026-05-11 20:32:00 +00:00
Versions (99)
View all
Container
1
OCI / Docker
linux/amd64
100 MiB
b2ffca34ce3287913b713b16b5e5834b07b156aa
2026-05-21
23d7b0d5c3c05ef245cbf94aff08016a76925ccc
2026-05-21
833dddeb9248a353a26cc0e1982876bb7391058b
2026-05-19
6f14a20bc98d80b8d8b3302fd1a635b5bd029275
2026-05-19
ed832e6547866c4761c4072120eede6fa6979ee6
2026-05-19