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
Curl fails on the link with a 404 error
ENV VERSION="4.1.5%2Brev1" ENV BALENA_MACHINE_NAME="generic-amd64"
curl -fsSL "https://files.balena-cloud.com/images/${BALENA_MACHINE_NAME}/${VERSION}/kernel_source.tar.gz"
The only one that works is 2.115.8%2Brev1
2.115.8%2Brev1
Ive tried other newer and older versions too from 5.x.x to 3.x.x
5.x.x
3.x.x
The text was updated successfully, but these errors were encountered:
Same for
ENV VERSION="6.0.24%2Brev1" ENV BALENA_MACHINE_NAME="generic-amd64"
And the one that worked in the post above doesnt seem to work anymore:
> curl -fsSL "https://files.balena-cloud.com/images/generic-amd64/2.155.8%2Brev1/kernel_source.tar.gz" curl: (22) The requested URL returned error: 404
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Curl fails on the link with a 404 error
The only one that works is
2.115.8%2Brev1
Ive tried other newer and older versions too from
5.x.x
to3.x.x
The text was updated successfully, but these errors were encountered: