You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Okay so this is my .env right now. How do I find the respective hash (3eab5b40) for my desired version (7.0.0-beta1)?
TAG=7.0.0-beta1
ELASTIC_VERSION=7.0.0-beta1
# Also be sure to set the ELASTIC_VERSION variable. For released versions,
# ${TAG} and ${ELASTIC_VERSION} will be identical, but for pre-release
# versions, ${TAG} might contain an extra build identifier, like
# "6.0.0-beta1-3eab5b40", so a full invocation might look like:
#
# ELASTIC_VERSION=6.0.0-beta1 TAG=6.0.0-beta1-3eab5b40 docker-compose up
#
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Okay so this is my
.env
right now. How do I find the respective hash(3eab5b40)
for my desired version(7.0.0-beta1)
?The text was updated successfully, but these errors were encountered: