Closed jethr0null closed 6 years ago
And the output of ./update.sh
:
$ ./update.sh
+ cp docker-entrypoint.sh 5/
+ sed '
s!%%ELASTICSEARCH_VERSION%%!5.6.12!g;
s!%%ELASTICSEARCH_DEB_REPO%%!https://artifacts.elastic.co/packages/5.x/apt!g;
s!%%ELASTICSEARCH_DEB_VERSION%%!5.6.12!g;
' Dockerfile-debian.template
+ cp docker-entrypoint.sh 5/alpine/
+ sed -i s/gosu/su-exec/g 5/alpine/docker-entrypoint.sh
+ sed -e 's!%%ELASTICSEARCH_VERSION%%!5.6.12!g' -e 's!%%ELASTICSEARCH_TARBALL%%!https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.12.tar.gz!g' -e 's!%%ELASTICSEARCH_TARBALL_ASC%%!https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.12.tar.gz.asc!g' -e 's!%%ELASTICSEARCH_TARBALL_SHA1%%!bc57fb5f089d7859ad2db5b10dc7561c711fd419!g' Dockerfile-alpine.template
+ sed '
s!%%ELASTICSEARCH_VERSION%%!6.4.2!g;
s!%%UPSTREAM_IMAGE_DIGEST%%!docker.elastic.co/elasticsearch/elasticsearch:6.4.2@sha256:3da16b2f3b1d4e151c44f1a54f4f29d8be64884a64504b24ebcbdb4e14c80aa1!g;
' Dockerfile-upstream.template
+ sed '
s!%%ELASTICSEARCH_VERSION%%!6.4.0!g;
s!%%UPSTREAM_IMAGE_DIGEST%%!docker.elastic.co/elasticsearch/elasticsearch:6.4.0@sha256:2244676001fa9b12012ec1f7a51526a8d7384fcb02674e5ae29b6e637e363908!g;
' Dockerfile-upstream.template
+ sed '
s!%%ELASTICSEARCH_VERSION%%!6.4.1!g;
s!%%UPSTREAM_IMAGE_DIGEST%%!docker.elastic.co/elasticsearch/elasticsearch:6.4.1@sha256:38a820e5cce4f6c9a3a5a135e8c1f0936655cb8934dcc03bfcb28c1450d5c457!g;
' Dockerfile-upstream.template
(Which makes no Dockerfile
changes.)
(The explanation for why we're doing it this way and why there's an exception being granted here is going to go into the PR to https://github.com/docker-library/official-images, right? :pray: :heart:)
(The explanation for why we're doing it this way and why there's an exception being granted here is going to go into the PR to https://github.com/docker-library/official-images, right? :pray: :heart:)
We discussed offline, and this is exactly the case. :+1:
Fire in the hole!
Useful diff: