Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@bobbyjohnstx bobbyjohnstx released this 26 Jun 15:38
· 17 commits to main since this release

tinycode-container v0.1.0

First public release of the tinycode container image.

Features

  • UBI9 base image for enterprise Linux compatibility
  • Bundled tools — tmux, git, optional oc CLI for OpenShift management
  • vLLM auto-configuration via TINYCODE_VLLM_URL environment variable
  • GitOps startup mode — clone a git repo into /projects on container start
  • RHOAI auto-detection — in-cluster Kubernetes detection with sensible defaults
  • Cluster-admin mode — automatic oc CLI download with checksum verification
  • Security hardened — input validation, read-only root filesystem, NetworkPolicy, GPG-verified RPMs

Container Image

podman pull quay.io/bjohns/tinycode-container:latest

Also available at ghcr.io/bjohns/tinycode-container:latest.

See CONTAINER.md for the full environment variable reference.