Skip to content

aecomet/artifact-registry

Repository files navigation

artifact-registry

Docker images for development

My build images is here!

Initialize

# ghcr.io personal access token
export CR_PAT="[your personal access token]"
# login ghcr.io
echo $CR_PAT | docker login ghcr.io -u [USERNAME] --password-stdin
# echo $CR_PAT | docker login ghcr.io -u aecomet --password-stdin

build image

sh publish-image.sh [name] [tag]
# ex. sh publish-image.sh commitlint 22.14.0

inside container (for debug)

docker run --rm -it [tagName:imageTag] su
# ex. docker run --rm -it ghcr.io/aecomet/[name:imageTag] su

# (use docker compose)
docker compose run --rm --build debug

About

Docker images for development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages