Share HUD environments to Docker and HUD registries
hud push
command publishes your HUD environment to both Docker registry and HUD registry, making it available for others to use with hud pull
.
myorg/myenv
). Short: -i
v1.0
, latest
). Short: -t
-y
-v
hud push
requires an API key. Set it via environment variable:Validate Lock File
hud.lock.yaml
to get image reference and metadataTag for Registry
--image
if providedPush to Docker
Update Lock File
hud.lock.yaml
with:Upload Metadata
{HUD_API_URL}/registry/envs/{org}/{name}:{tag}
--image
flag
~/.docker/config.json
hud.lock.yaml
gains registry information:
Docker login required
HUD API key missing
Permission denied
--verbose
to see progress:hud.lock.yaml
manually.HUD_API_KEY
secret--sign
flaghud build
- Build before pushinghud pull
- Get shared environmentshud analyze
- Inspect pushed environments