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

Appearance settings

ambroisemaupate/docker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

310 Commits
310 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker custom images

Build Status

This is a personal collection of Docker tools and images.

debian, data, mariadb, nginx and nginx-php are based on Maxexcloo work.

Multi-arch builds

If your development workstation uses ARM64 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 your OS/ARCH is not available you’ll need to build it. Notice that using BuildX with QEMU may take several minutes depending on your machine.

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name mybuildx
docker buildx ls
  • Use your new environment
docker buildx use mybuildx
  • Build and push docker image for AMD64 and ARM64
# Login to hub.docker.com registry
docker login
# use buildx to build and push multiple platforms
docker 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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.