COSSAS / SOARCA

SOARCA - The Open Source CACAO-based Security Orchestrator!
https://cossas.github.io/SOARCA/
Apache License 2.0
49 stars 6 forks source link

Add docker registry URL to image name #177

Closed dengelt closed 1 week ago

dengelt commented 3 weeks ago

Using fully qualified image names means podman also works as an alternative to docker. Docker implicitly pulls unqualified images from docker.io, while podman requires fully qualified image names by default.

This change should not impact docker usage, but I have tested only with podman.

MaartendeKruijf commented 1 week ago

@dengelt let met check it but nice catch thanks!