Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Trigger on load events in addition to tagging #5

Open
awh opened this issue Feb 19, 2018 · 1 comment
Open

Trigger on load events in addition to tagging #5

awh opened this issue Feb 19, 2018 · 1 comment

Comments

@awh
Copy link

awh commented Feb 19, 2018

We copy images from the host into a minikube VM using a command like this: docker save ... | ($(minikube docker-env) && docker load) - it would be handy if freshpod spotted tag contents being updated via this route also.

@ahmetb
Copy link
Contributor

ahmetb commented Mar 13, 2018

I'm trying to see if this is actually a common practice or not. I tend to assume most people don't do docker save+docker load multiple times to iterate on source code.

Is there a reason why you directly don't build it onto minikube's docker engine with docker build?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants