Sign inSign up

omaerz/wordpress

By omaerz

•Updated over 2 years ago
Archived

Wordpress image with git binary and github public key in known_hosts

Image
0

568

omaerz/wordpress repository overview

Wordpress image with git binary and github public key in known_hosts. Image is based on the official Wordpress image.

To use git with private github repositories mount they deploy keys secret via:

volumeMounts:
  - name: aap-deploy-volume-private
    mountPath: /root/.ssh/id_rsa
    subPath: id_rsa
  - name: aap-deploy-volume-public
    mountPath: /root/.ssh/id_rsa.pub
    subPath: id_rsa.pub

in the kubernetes yaml config.


  • 6.4.3a: Added code to docker-entrypoint.sh to copy keys mounted via volume to www-data user directory. Updated underlying docker image.
  • 5.8.2-a**64 : Added uploads.ini to increase php upload size limit from 2M to 64M
  • 5.8.1-a**64: Modified stock wordpress containter to contain git command and also GitHub's public ssh key

Tag summary

Content type

Image

Digest

sha256:311cfd973…

Size

278.3 MB

Last updated

over 2 years ago

docker pull omaerz/wordpress:6.4.3a