aps-agent/docker-image-tag.txt

14 lines
265 B
Plaintext

IMAGE_REPOSITORY=
IMAGE_TAG=
IMAGE=
SOURCE_IMAGE=current-worktree
IMAGE_ID=
IMAGE_SIZE=
CONTAINER_PORT=8000
# Export to tar example:
# docker save -o aps-agent.tar <registry>/<namespace>/aps-agent:<tag>
# Import on another machine:
# docker load -i aps-agent.tar