komodo-core (sha256:d54885bfffbb5c4917a6f63401e3d00317529453f12ebed792d99be3be7cba72)
Published 2026-04-08 07:48:13 +00:00 by jarvis
Installation
docker pull git.bauble.dev/jarvis/komodo-core@sha256:d54885bfffbb5c4917a6f63401e3d00317529453f12ebed792d99be3be7cba72sha256:d54885bfffbb5c4917a6f63401e3d00317529453f12ebed792d99be3be7cba72About 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
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