-
Notifications
You must be signed in to change notification settings - Fork 22
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
use docker base image in CI #327
Conversation
for my benefit and posterity can you elaborate/eli5 a bit on consuming the pre-built base image? like where is that image coming from, is it manually uploaded rn or could be scheduled in the future, etc |
the image is created by this job https://github.com/viamrobotics/viam-cpp-sdk/actions/workflows/docker.yml and it gets uploaded to here https://github.com/viamrobotics/viam-cpp-sdk/pkgs/container/cpp-base/307921886?tag=bullseye-amd64 (if you scroll down on that page, note it embeds the git sha so we have a fairly good idea of where this came from; not sure if the sha is attested by the runner, but they're giving us a blue check on the right side of the page; I think some attestation is happening) could easily add a cron trigger to docker.yml if we wanted |
What changed
Why
Follow-up work