imagerefs

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

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

View Source
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

View Source
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

func GetBunImage(version string) string

GetBunImage returns a Bun runtime image reference with the specified version

func GetGolangImage

func GetGolangImage(version string) string

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

func GetNodeImage(version string) string

GetNodeImage returns a Node.js image reference with the specified version

func GetPythonImage

func GetPythonImage(version string) string

GetPythonImage returns a Python image reference with the specified version

func GetRubyImage

func GetRubyImage(version string) string

GetRubyImage returns a Ruby image reference with the specified version

func GetRustImage added in v0.2.0

func GetRustImage(version string) string

GetRustImage returns a Rust image reference with the specified version

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL