@@ -61,7 +61,7 @@ RUN chmod 0660 config/opensearch.yml config/log4j2.properties
61
61
62
62
FROM ${base_image}
63
63
64
- ENV ELASTIC_CONTAINER true
64
+ ENV OPENSEARCH_CONTAINER true
65
65
66
66
RUN for iter in {1..10}; do \\
67
67
${package_manager} update --setopt=tsflags=nodocs -y && \\
@@ -103,22 +103,22 @@ EXPOSE 9200 9300
103
103
104
104
LABEL org.label-schema.build-date="${build_date}" \\
105
105
org.label-schema.license="${license}" \\
106
- org.label-schema.name="Elasticsearch " \\
106
+ org.label-schema.name="OpenSearch " \\
107
107
org.label-schema.schema-version="1.0" \\
108
- org.label-schema.url="https://www.elastic.co/products/elasticsearch " \\
109
- org.label-schema.usage="https://www.elastic.co /guide/en/elasticsearch /reference/index.html" \\
108
+ org.label-schema.url="https://www.opensearch.org " \\
109
+ org.label-schema.usage="https://www.opensearch.org /guide/en/opensearch /reference/index.html" \\
110
110
org.label-schema.vcs-ref="${git_revision}" \\
111
- org.label-schema.vcs-url="https://github.com/elastic/elasticsearch " \\
112
- org.label-schema.vendor="Elastic " \\
111
+ org.label-schema.vcs-url="https://github.com/opensearch-project/OpenSearch " \\
112
+ org.label-schema.vendor="OpenSearch " \\
113
113
org.label-schema.version="${version}" \\
114
114
org.opencontainers.image.created="${build_date}" \\
115
- org.opencontainers.image.documentation="https://www.elastic.co /guide/en/elasticsearch /reference/index.html" \\
115
+ org.opencontainers.image.documentation="https://www.opensearch.org /guide/en/opensearch /reference/index.html" \\
116
116
org.opencontainers.image.licenses="${license}" \\
117
117
org.opencontainers.image.revision="${git_revision}" \\
118
- org.opencontainers.image.source="https://github.com/elastic/elasticsearch " \\
119
- org.opencontainers.image.title="Elasticsearch " \\
120
- org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch " \\
121
- org.opencontainers.image.vendor="Elastic " \\
118
+ org.opencontainers.image.source="https://github.com/opensearch-project/OpenSearch " \\
119
+ org.opencontainers.image.title="OpenSearch " \\
120
+ org.opencontainers.image.url="https://www.opensearch.org " \\
121
+ org.opencontainers.image.vendor="OpenSearch " \\
122
122
org.opencontainers.image.version="${version}"
123
123
124
124
ENTRYPOINT ["/tini" , "--" , "/usr/local/bin/docker-entrypoint.sh" ]
0 commit comments