constants

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GolangDockerVersion = "1.26"
	AlpineVersion       = "3.21"
)
View Source
const (
	AirConfigFile       = ".air.toml"
	AirDockerConfigFile = ".air.docker.toml"
)
View Source
const (
	DockerComposeDev     = "docker-compose.dev.yaml"
	DockerComposeDefault = "docker-compose.yaml"
)
View Source
const AirInstaller = `RUN GOBIN=/usr/local/bin go install github.com/air-verse/air@latest`

AirInstaller installs Air into /usr/local/bin so it can be invoked from a non-root user account inside the dev image.

View Source
const GooseInstaller = `RUN GOBIN=/usr/local/bin go install github.com/pressly/goose/v3/cmd/goose@latest`

GooseInstaller installs the goose CLI so the per-service migrate tasks can shell into a transient compose container and run migrations.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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