backdrop-ops / backdrop-docker

Backdrop on Docker
12 stars 9 forks source link

Update backdrop version 1.13.0 #41

Closed drupol closed 5 years ago

drupol commented 5 years ago

Update Official Backdrop CMS Docker Image

1. Update the backdrop-ops/docker image https://github.com/backdrop-ops/backdrop-docker
2. Tell the Docker official images to build against the latest source

The lines in the file take the general form:

DOCKER_TAG: git://SOURCE_REPO@COMMIT_HASH RELATIVE_PATH_TO_DOCKERFILE

Example

1.3.4: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
1.3: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
1: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
1.3.4-apache: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
1.3-apache: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
1-apache: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
apache: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache
latest: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/apache

1.3.4-fpm: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/fpm
1.3-fpm: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/fpm
1-fpm: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/fpm
fpm: git://github.com/backdrop-ops/backdrop-docker@ce9edf32f4263d00181cc58a5fb23437316675b3 1/fpm
jenlampton commented 5 years ago

re-opening for Tell the Docker official images to build against the latest source