madapes

codicide-functions (25c0c8f7fca034ea74bcfca181866844dc5c277e)

Published 2026-05-11 20:19:37 +00:00 by vlad

Installation

docker pull git.madapes.com/madapes/codicide-functions:25c0c8f7fca034ea74bcfca181866844dc5c277e
sha256:4befefbfc72bc70e42de21251b0c4570dad7188db26db359ba75dc4f64530419

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=25c0c8f7fca034ea74bcfca181866844dc5c277e
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=25c0c8f7fca034ea74bcfca181866844dc5c277e 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=25c0c8f7fca034ea74bcfca181866844dc5c277e 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:62e98ff40d38a454fe008801c327f77d39f1d7b078fdf2f84a94707c33a25b73 in /app/service
|5 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb DENO_VERSION=2.2.2 GIT_SHA=25c0c8f7fca034ea74bcfca181866844dc5c277e 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 25c0c8f7fca034ea74bcfca181866844dc5c277e
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
Container
2026-05-11 20:19:37 +00:00
0
OCI / Docker
linux/amd64
100 MiB
Versions (3) View all