Sign inSign up

amirsonb/wordpress-build-image

By amirsonb

Updated almost 4 years ago

Image
0

469

amirsonb/wordpress-build-image repository overview

WordPress Build Image

This based on wordpress:php7.3-apache but with additional apps.

Additional Application Installed

  • NodeJS v12.x
  • cURL v7.x
  • git v2.x
  • composer v1.x

How to build the image

docker build -t wordpress-build-image .

then use docker images to find the image ID.

With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.

Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/wordpress-build-image:latest

and finally publish it: docker push <YOUR-USER>/wordpress-build-image

Tag summary

Content type

Image

Digest

sha256:8af5e71e5

Size

283.4 MB

Last updated

almost 4 years ago

docker pull amirsonb/wordpress-build-image