madapes

codicide-functions (21e795f31d54e26c340b9600990d72e6607c9599)

Published 2026-05-12 07:29:41 +00:00 by vlad

Installation

docker pull git.madapes.com/madapes/codicide-functions:21e795f31d54e26c340b9600990d72e6607c9599
sha256:31cbe47697d9db14b41c50a4d218318f8df0b33818b2afa932176e16637ccffa

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=21e795f31d54e26c340b9600990d72e6607c9599
LABEL org.opencontainers.image.revision=21e795f31d54e26c340b9600990d72e6607c9599
ARG SERVICE=functions
ARG DENO_VERSION=2.2.2
ARG TARGETARCH=amd64
ARG DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491
ARG DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb
WORKDIR /app
RUN |6 GIT_SHA=21e795f31d54e26c340b9600990d72e6607c9599 SERVICE=functions DENO_VERSION=2.2.2 TARGETARCH=amd64 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb /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/* # buildkit
RUN |6 GIT_SHA=21e795f31d54e26c340b9600990d72e6607c9599 SERVICE=functions DENO_VERSION=2.2.2 TARGETARCH=amd64 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb /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 # buildkit
COPY .local/bin/functions /app/service # buildkit
RUN |6 GIT_SHA=21e795f31d54e26c340b9600990d72e6607c9599 SERVICE=functions DENO_VERSION=2.2.2 TARGETARCH=amd64 DENO_SHA256_AMD64=cc47c1fa8b3ca23057b7c89c69511557a0f2eefc94516c38bc96ea97d619b491 DENO_SHA256_ARM64=8c72c81ad3e521ed4efb89f7d21bb4c08a801479cf94b34525e6892cd5c4b4bb /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 # buildkit
EXPOSE map[8110/tcp:{}]
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 21e795f31d54e26c340b9600990d72e6607c9599
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-12 07:29:41 +00:00
6
OCI / Docker
linux/amd64
100 MiB
Versions (99) View all