Documentation
¶
Overview ¶
Package imagerefs centralizes all Docker image references used throughout the project. This provides a single source of truth for image versions and makes updates easier.
Index ¶
Constants ¶
const ( // etcd distributed key-value store Etcd = "oci.miren.cloud/etcd:v1" // Kubernetes pause container for sandboxes Pause = "oci.miren.cloud/pause:v1" // BuildKit daemon for building containers BuildKit = "oci.miren.cloud/buildkit:v1" // Minio object storage server Minio = "oci.miren.cloud/minio:v1" // VictoriaLogs log storage server VictoriaLogs = "oci.miren.cloud/victoria-logs:v1" // VictoriaMetrics metrics storage server VictoriaMetrics = "oci.miren.cloud/victoria-metrics:v1" // Miren runtime server Miren = "oci.miren.cloud/miren:latest" )
Infrastructure images
const ( // Default Alpine Linux base image AlpineDefault = "oci.miren.cloud/alpine:3.21" // Default Busybox image BusyboxDefault = "oci.miren.cloud/busybox:1.37-musl" )
Base images for language stacks
Variables ¶
This section is empty.
Functions ¶
func GetBunImage ¶
GetBunImage returns a Bun runtime image reference with the specified version
func GetGolangImage ¶
GetGolangImage returns a Golang image reference with the specified version. The version is truncated to major.minor (e.g., "1.21.5" becomes "1.21").
func GetNodeImage ¶
GetNodeImage returns a Node.js image reference with the specified version
func GetPythonImage ¶
GetPythonImage returns a Python image reference with the specified version
func GetRubyImage ¶
GetRubyImage returns a Ruby image reference with the specified version
func GetRustImage ¶ added in v0.2.0
GetRustImage returns a Rust image reference with the specified version
Types ¶
This section is empty.