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
It seems #23973 introduced a regression for when starting the Elastic Agent docker container.
When starting the container by not providing an enrollment token, the script fails with /usr/local/bin/docker-entrypoint: line 43: ${$apikeyId}: bad substitution.
It seems the additional '$' in ${$apikeyId} is the root cause.
The text was updated successfully, but these errors were encountered:
It seems #23973 introduced a regression for when starting the Elastic Agent docker container.
When starting the container by not providing an enrollment token, the script fails with
/usr/local/bin/docker-entrypoint: line 43: ${$apikeyId}: bad substitution
.It seems the additional '$' in
${$apikeyId}
is the root cause.The text was updated successfully, but these errors were encountered: