Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kuaukutsu/registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

buildx on linux

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Registry

Build

Default: php version 8.3

make fpm-build
PHP_VERSION=8.2 make cli-build

Download

PHP 8.1

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

PHP 8.2

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

PHP 8.3

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

PHP 8.4

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

PHP 8.5

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

update

  • 2025/12/06

About

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

Resources

License

Stars

Watchers

Forks

Packages