GaloisInc / MATE

MATE is a suite of tools for interactive program analysis with a focus on hunting for bugs in C and C++ code using Code Property Graphs.
https://galoisinc.github.io/MATE/
BSD 3-Clause "New" or "Revised" License
177 stars 12 forks source link

Fix default container registry in .env #31

Closed langston-barrett closed 2 years ago

langston-barrett commented 2 years ago

@woodruffw Should we remove or update .env? It points to the internal container registry, rather than GHCR. I don't actually know what it does - does it interact with docker-compose*.yml?

https://github.com/GaloisInc/MATE/blob/f8562c0910e475bddd530c783b739a9a7ea9ef0f/.env

woodruffw commented 2 years ago

Yeah, I believe it interacts with the Docker Compose files by default. We should probably update it to point to the GH container registry, I think.

Sent from mobile. Please excuse my brevity.

On Aug 24, 2022, at 3:59 PM, Langston Barrett @.***> wrote:

 @woodruffw Should we remove or update .env? It points to the internal container registry, rather than GHCR. I don't actually know what it does - does it interact with docker-compose*.yml?

https://github.com/GaloisInc/MATE/blob/f8562c0910e475bddd530c783b739a9a7ea9ef0f/.env

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were assigned.