Wordpress image with git binary and github public key in known_hosts
568
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.
Content type
Image
Digest
sha256:311cfd973…
Size
278.3 MB
Last updated
over 2 years ago
docker pull omaerz/wordpress:6.4.3a