Skip to content

A Docker image with the dependencies of wordpress installed

Notifications You must be signed in to change notification settings

gerwinjansen/wordpress-dependencies-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A docker image with Wordpress dependencies

The Docker "Official Image" for wordpress, maintained in docker-library/wordpress, provides images with Wordpress pre-installed.

It includes a volume and entrypoint. https://github.com/docker-library/wordpress/blob/c705336b1dfe75c82fce00bb8aa7143755981747/latest/php8.2/apache/Dockerfile#L162-L168

This is not usable if you want to package your Wordpress application in an immutable container with only a volume for the upload directory, because you can't undo a volume.

This repository contains a stripped version of the official Docker file with only the dependencies. This is temporary till #764 Provide a php dependency only image without wordpress specific files is resolved.

Images are published on https://hub.docker.com/r/gjansen/wordpress-dependencies

Disclaimer: this repository is not maintained and images are likely to have security vulnerabilities. Use it only for proof-of-concept and testing purposes.

About

A Docker image with the dependencies of wordpress installed

Resources

Stars

Watchers

Forks