We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Dockerfile used for E2E tests, there are two commands that copy the built Fleet Server artifact into the appropriate Agent components folder:
fleet-server/dev-tools/e2e/Dockerfile
Lines 6 to 7 in 8eb65da
Lines 12 to 13 in 8eb65da
The value of ${STACK_VERSION} mentioned in these commands should be the version of the built Fleet Server artifact, which should be the same as:
${STACK_VERSION}
fleet-server/version/version.go
Line 9 in 8eb65da
However, this isn't always the case, e.g. #3857 (comment)
We should fix this reference to contain the correct version value.
The text was updated successfully, but these errors were encountered:
cc: @michel-laterman per our 1-1 discussion today.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the Dockerfile used for E2E tests, there are two commands that copy the built Fleet Server artifact into the appropriate Agent components folder:
fleet-server/dev-tools/e2e/Dockerfile
Lines 6 to 7 in 8eb65da
fleet-server/dev-tools/e2e/Dockerfile
Lines 12 to 13 in 8eb65da
The value of
${STACK_VERSION}
mentioned in these commands should be the version of the built Fleet Server artifact, which should be the same as:fleet-server/version/version.go
Line 9 in 8eb65da
However, this isn't always the case, e.g. #3857 (comment)
We should fix this reference to contain the correct version value.
The text was updated successfully, but these errors were encountered: