Skip to content

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

License

Notifications You must be signed in to change notification settings

kuaukutsu/registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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:

Registry

Build

Default: php version 8.1

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

update

  • 2024/04/13

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

No packages published