Skip to content

This tool and script helps to create arm/(Mac M1 compatible) images for the developer environment on the Wikimedia framework. Which helps with performance and debugging on arm machines.

Notifications You must be signed in to change notification settings

moabualruz/docker-arm-wikimedia-dev-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikimedia dev debian images with Dockerfiles

This tool and script helps to create arm/(Mac M1 compatible) images for the developer environment on the Wikimedia framework. Which helps with performance and debugging on arm machines.

How to use Arm Docker images in your project

  • Run the following to create local images

    ./build.sh
  • Create docker-compose.override.yml file in your core project and put the following in:

    version: '3.7'
    services:
      mediawiki:
        image: docker-registry.wikimedia.org/dev/bullseye-php81-fpm:2.0.0-arm1
      mediawiki-web:
        image: docker-registry.wikimedia.org/dev/bullseye-apache2:1.0.0-arm1
      mediawiki-jobrunner:
        image: docker-registry.wikimedia.org/dev/bullseye-php81-jobrunner:1.0.0-arm1
  • Shutdown the current containers:

    docker-compose down
  • Start the containers:

    docker-compose up -d

About

This tool and script helps to create arm/(Mac M1 compatible) images for the developer environment on the Wikimedia framework. Which helps with performance and debugging on arm machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published