switch to official elastic.co images

This commit is contained in:
Simon 2023-08-05 11:52:45 +07:00
parent f8d84959e0
commit 4a3f7bee37
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ class WebhookBase:
"-t", "bbilly1/tubearchivist:$VERSION", "--push"
],
"sync_es": [
["docker", "image", "pull", "elasticsearch:$VERSION"],
["docker", "tag", "elasticsearch:$VERSION", "bbilly1/tubearchivist-es"],
["docker", "tag", "elasticsearch:$VERSION", "bbilly1/tubearchivist-es:$VERSION"],
["docker", "image", "pull", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION"],
["docker", "tag", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION", "bbilly1/tubearchivist-es"],
["docker", "tag", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION", "bbilly1/tubearchivist-es:$VERSION"],
["docker", "push", "bbilly1/tubearchivist-es"],
["docker", "push", "bbilly1/tubearchivist-es:$VERSION"],
],