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
If we run the same command, with the runtime set to podman, ( ./falcon-container-sensor-pull.sh --list-tags --type falcon-sensor --runtime podman ), then then script fails with the following output: Output:
Error: 1 error occurred:
* getting repository tags: registry returned invalid tag "sha256:8e23bd57b2b5a7abe6964eccb94bfd7b64cc62ca0fb9e2e220564d93940bf4f8": invalid tag format
NOTE: The invalid sha256: tags are also causing the following command to fail:
Error: 1 error occurred:
* getting repository tags: registry returned invalid tag "sha256:8e23bd57b2b5a7abe6964eccb94bfd7b64cc62ca0fb9e2e220564d93940bf4f8": invalid tag format
Error: invalid reference format
Therefore please remove the invalid sha:256 tags from the registry.crowdstrike.com/falcon-sensor/us-2/release/falcon-sensor registry.
The text was updated successfully, but these errors were encountered:
@nhenderson Thanks for opening up the issue. Just as a sanity check, you are running the latest version of the script correct? You can check by grepping for the user-agent string, not the best way to do it, but it gives us something:
As for Podman/Skopeo, what versions for those are you using as well as we have seen issues associated with the latest versions and are working to see what we can do to fix it.
ref: containers/skopeo#2346
Thank you for getting back to me on this. I really do appreciate it. I am using the 1.4.1 version of the falcon-container-sensor-pull.sh script. I am also using the following container image to run podman: quay.io/podman/stable:latest. That image currently has podman v5.0.3 installed. The issue above occurs with podman v5.0.3. Interestingly enough, I tried downgrading to podman v5.0.2 by using the quay.io/podman/stable:v5.0.2 image. When using podman v5.0.2, the falcon-container-sensor-pull.sh script worked as expected. So, it looks like the issue is with the podman version 5.0.3, not with the falcon-container-sensor-pull.sh script. Thank you for taking the time to look at this issue. You may close this issue now.
The following command using the
docker
runtime succeeds, but gives invalid tags in the output:Expected output: A list of valid tags:
Actual output: An invalid list of tags:
If we run the same command, with the runtime set to
podman
, (./falcon-container-sensor-pull.sh --list-tags --type falcon-sensor --runtime podman
), then then script fails with the following output:Output:
NOTE: The invalid
sha256:
tags are also causing the following command to fail:Output:
Therefore please remove the invalid
sha:256
tags from theregistry.crowdstrike.com/falcon-sensor/us-2/release/falcon-sensor
registry.The text was updated successfully, but these errors were encountered: