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

Explicitly specify docker.io to prevent potential repository squatting #184

Open
agardnerIT opened this issue Mar 25, 2023 · 0 comments
Open

Comments

@agardnerIT
Copy link

The docker-compose.yaml currently points to:

image: jaegertracing/all-in-one:1.42
...
image: thomaspoignant/go-feature-flag-relay-proxy:v1.4.0

These images should be updated to explicitly use docker.io (or another repo) and not leave the resolution up to the client.

Leaving the client to decide where to pull these images from opens the potential for malicious actors to claim that space on a different repo (eg. quay.io) and if the client decides to pull from their repo - that means the end-user receives an "unofficial" version - which could contain malware.

Summary: Change those image lines to point explicitly to a repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant