backdrop-ops / backdrop-docker

Backdrop on Docker
15 stars 9 forks source link

Update Backdrop to v1.10.1 #24

Closed jenlampton closed 6 years ago

jenlampton commented 6 years ago
1. Update the backdrop-ops/docker image https://github.com/backdrop-ops/backdrop-docker
jenlampton commented 6 years ago
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 6 years ago

And https://github.com/docker-library/official-images/pull/4408