Skip to content
New issue

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

Fix our docker container #528

Open
ribalba opened this issue Nov 6, 2023 · 1 comment
Open

Fix our docker container #528

ribalba opened this issue Nov 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ribalba
Copy link
Member

ribalba commented Nov 6, 2023

Docker scout gives us quite a few warnings.

Screenshot 2023-11-06 at 20 59 37
@ribalba ribalba added the bug Something isn't working label Nov 6, 2023
@ArneTR
Copy link
Member

ArneTR commented Nov 7, 2023

I am getting very different results here ... we should discuss this in a call.

Also: This stems often times from an old local instance of your image.

You can fix that with regular "docker compose down && docker compose build".

I see two possible improvements here for now:

  • Sending a "ping" everytime you trigger a run to see if your version is outdated. This would also give us some statistics of the tool being used. The ping would then not only make the Github check, but also do some additional checking if needed.

  • a check if the docker containers have not been rebuild in some time.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants