Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
@@ -10,9 +7,8 @@
"discovery.type": "single-node",
"TINI_SUBREAPER": "true"
},
"map": [
"config:rw"
],
"image": "ghcr.io/alexbelgium/elasticsearch-{arch}",
"map": ["config:rw"],
"name": "Elasticsearch server",
"options": {},
"host_network": true,