Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

My docker images

License

NotificationsYou must be signed in to change notification settings

ambroisemaupate/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This is a personal collection ofDocker tools and images.

debian,data,mariadb,nginx andnginx-php are based onMaxexcloo work.

Multi-arch builds

If your development workstation usesARM64 platform, you need to build Roadiz base images for this CPU architecture.

Check if official images are providing these architectures:https://hub.docker.com/repository/docker/roadiz/php74-nginx-alpine/tags then if yourOS/ARCH is not available you’ll need to build it. Notice that usingBuildX withQEMU may take several minutes depending on your machine.

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name mybuildxdocker buildx ls
  • Use your new environment
docker buildx use mybuildx
  • Build and push docker image for AMD64 and ARM64
# Login to hub.docker.com registrydocker login# use buildx to build and push multiple platformsdocker buildx build \--push \--platform linux/arm64/v8,linux/amd64 --tag roadiz/php80-nginx-alpine:latest .

About

My docker images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp