komodo-core (sha256:00f7340e83e4b00ad193541a8b1c86ef5ace407d05db72e3dbc1c893efbf3cc0)

Published 2026-04-08 06:03:07 +00:00 by jarvis

Installation

docker pull git.bauble.dev/jarvis/komodo-core@sha256:00f7340e83e4b00ad193541a8b1c86ef5ace407d05db72e3dbc1c893efbf3cc0
sha256:00f7340e83e4b00ad193541a8b1c86ef5ace407d05db72e3dbc1c893efbf3cc0

About this package

Komodo Core (custom fork)

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
COPY ./bin/core/starship.toml /starship.toml # buildkit
COPY ./bin/core/debian-deps.sh . # buildkit
RUN /bin/sh -c sh ./debian-deps.sh && rm ./debian-deps.sh # buildkit
WORKDIR /app
COPY ./config/core.config.toml /config/.default.config.toml # buildkit
COPY /builder/ui/dist /app/ui # buildkit
COPY /builder/target/release/core /usr/local/bin/core # buildkit
COPY /builder/target/release/km /usr/local/bin/km # buildkit
COPY /deno /usr/local/bin/deno # buildkit
ENV DENO_DIR=/action-cache/deno
RUN /bin/sh -c mkdir /action-cache && cd /action-cache && deno install jsr:@std/yaml jsr:@std/toml # buildkit
COPY ./bin/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
EXPOSE [9120/tcp]
ENV KOMODO_CLI_CONFIG_PATHS=/config
ENV KOMODO_CLI_CONFIG_KEYWORDS=*config.*,*komodo.cli*.*
CMD ["/bin/bash" "-c" "update-ca-certificates && core"]
LABEL komodo.skip=true
LABEL org.opencontainers.image.source=https://git.bauble.dev/jarvis/komodo-fork
LABEL org.opencontainers.image.description=Komodo Core (custom fork)
LABEL org.opencontainers.image.licenses=GPL-3.0

Labels

Key Value
komodo.skip true
org.opencontainers.image.description Komodo Core (custom fork)
org.opencontainers.image.licenses GPL-3.0
org.opencontainers.image.source https://git.bauble.dev/jarvis/komodo-fork
Details
Container
2026-04-08 06:03:07 +00:00
1
OCI / Docker
linux/amd64
GPL-3.0
181 MiB
Versions (5) View all
latest 2026-04-22
2.2.0-cebd87c 2026-04-22
2.2.0-e8f74ca 2026-04-08
2.2.0-f5f244a 2026-04-08
v2.1.1 2026-04-07