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
Describe the bug
While following the quickstart and server installation instructions, Strelka does not build and run due to an error when trying to pull the image for the UI component.
Environment details
Operating System: Ubuntu 22.04
Architecture: X86_64
Steps to reproduce
Steps to reproduce the behavior:
Clone strelka repo or release package
run docker-compose -f build/docker-compose.yaml up -d
Expected behavior
Strelka to build and run
Screenshots
Release
Release: 0.23.03.14
Also tried with the current version in the repo later than release but got the same message with a different number on the end
Additional context
I suspect this is an issue with the permissions of the UI component container image entry in its repository.
The text was updated successfully, but these errors were encountered:
Hey @ForensicITGuy - apologies for that. You're correct, permissions are required to access ghcr.io. I switched all the images to docker hub per #377 to avoid that moving forward.
Describe the bug
While following the quickstart and server installation instructions, Strelka does not build and run due to an error when trying to pull the image for the UI component.
Environment details
Steps to reproduce
Steps to reproduce the behavior:
docker-compose -f build/docker-compose.yaml up -d
Expected behavior
Strelka to build and run
Screenshots

Release
Additional context
I suspect this is an issue with the permissions of the UI component container image entry in its repository.
The text was updated successfully, but these errors were encountered: