ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

Remote image pull before deploy

Open ColdHeat opened this issue 3 years ago • 1 comments

We should have some way to be able to store and use saved copies of images so that we aren't always rebuilding images on deploy.

Essentially if we build once, we should be able to store that image and then reuse it.

ColdHeat avatar Oct 04 '22 04:10 ColdHeat

Perhaps we could re-use the existing image field. If it's a registry URL, then pull the image, otherwise treat it as a local path. We could also skip the pull / build process if the registry is a CTFd registry.

MilyMilo avatar Nov 08 '23 12:11 MilyMilo