kuaukutsu / registry

Store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container registry

Store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io

Docker Image CI

Save your personal access token (classic). We recommend saving your token as an environment variable.

export CR_PAT=YOUR_TOKEN

Using the CLI for your container type, sign in to the Container registry service at ghcr.io.

$ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin

Docs:

Registry:

Build

Default: php version 8.1

make fpm-build
PHP_VERSION=8.2 make cli-build

PHP

8.1

docker pull ghcr.io/kuaukutsu/php:8.1-cli
docker pull ghcr.io/kuaukutsu/php:8.1-fpm

8.2

docker pull ghcr.io/kuaukutsu/php:8.2-cli
docker pull ghcr.io/kuaukutsu/php:8.2-fpm

About

Store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io

License:Apache License 2.0


Languages

Language:Dockerfile 93.9%Language:Makefile 6.1%