Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.4

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

  • 2026/02/11

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages