Re: runtime images tagged "master" vs "latest"

2018-07-26 Thread Rodric Rabbah


> So far runtimes updates are very slow traffic and have not need this small
> window so far, so maybe we can leave it as "latest" is bleeding edge.

That’s my preference also. One less tag and avoids confusion.

So “latest” and explicit tags corresponding with change logs. 

-r

runtime images tagged "master" vs "latest"

2018-07-12 Thread Rodric Rabbah
I noticed while checking the runtime repos that the Travis builds off
master push docker images for the runtimes with the tag "master" which is
not the same as "latest". The openwhisk repo's runtime manifest uses
"latest" as the default tag so a vanilla deployment will pull stale images.

I'll try to send PRs against all the runtime repos to change the tag. Help
is welcome and appreciated.

-r