-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I notice that Docker rebuilds the image for every cluster job submit, and pushes the respective changes to GCP. There is exactly one large layer that is pushed. I assume this is the working directory that is copied into the image. This is annoying since my working directory is quite large (it has a large executable), and I would like to speed this up.
I am not making any changes to the working directory. I don't know what changes trigger this. I assume that these are either spurious changes (Caliban/Docker doesn't detect that nothing actually changes), or maybe there is a time stamp that is needlessly updated.
(It would be convenient if caliban build had an option --dry_run that would output the Dockerfile that it generates.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels