QCDIS / NaaVRE-dev-environment

Integrated development environment for NaaVRE
Apache License 2.0
0 stars 0 forks source link

Cannot push images to NaaVRE-dev-vm #16

Closed gpelouze closed 2 months ago

gpelouze commented 3 months ago

When using NaaVRE-dev-vm, images are successfully built locally with docker_build(...), but cannot be pushed (Tilt tries to push them to docker.io/qcdis/vrepaas or vreapi, which fails because devs don't have the appropriate permission).

A few general approaches are supported by Tilt:

gpelouze commented 2 months ago

We combine approaches 1 (local registry) and 3 (buildkit on the cluster).

Registry is covered by https://github.com/QCDIS/NaaVRE-dev-vm/issues/1

Buildkit needs to be added as specific instructions here