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
When the FALCO_VERSION env variable contains a version string with a character like + the resulting URL to download the TAR.GZ package does not resolve correctly.
Describe the bug
When the
FALCO_VERSION
env variable contains a version string with a character like+
the resulting URL to download the TAR.GZ package does not resolve correctly.For example, this is happening here:
falco/docker/minimal/Dockerfile
Line 11 in 802b9f7
To solve this the URL needs to be url-encoded.
How to reproduce it
Try to build the docker/minimal image using
FALCO_VERSION=0.20.0+d77080a
.Expected behavior
The ADD command to fetch the tar.gz package correctly from its URL.
Environment
Additional context
The same applies when downloading the Falco packages with
curl
.The text was updated successfully, but these errors were encountered: