-
Notifications
You must be signed in to change notification settings - Fork 329
Upload a quay image on every master checkout #170
Comments
cc @openzipkin/devops-tooling |
I don't see a down-side, especially with the consideration of not breaking (What was the situation that triggered this? I have a weak feeling we may have an X-Y Problem here) |
So recently, some brilliant changes were introduced in the zipkin UI. Since they are in master and not in a release there is no way for people in non java ecosystems to use master. In my case, we use Zipkin in a docker container so it would be great if we could get fresh new changes from master in our docker setup same as java ecosystems would do (fair enough). I can do the changes my self but wanted to get some discussions around it to validate my idea. |
by non-java ecosystems, you mean those unwilling to run java, yet willing
to run docker to run java :)
…On Sun, Jan 7, 2018 at 2:37 AM, José Carlos Chávez ***@***.*** > wrote:
So recently, some brilliant changes were introduced in the zipkin UI.
Since they are in master and not in a release there is no way for people in
non java ecosystems to use master. In my case, we use Zipkin in a docker
container so it would be great if we could get fresh new changes from
master in our docker setup same as java ecosystems would do (fair enough).
I can do the changes my self but wanted to get some discussions around it
to validate my idea.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#170 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD61-YFTUdQUg5BB1VRVfbMdPGablY_ks5tH72EgaJpZM4RTMuD>
.
|
Related information: https://github.com/openzipkin/docker-zipkin/blob/master/RELEASE.md |
We're now building an image on docker hub for every master push with the |
Nevermind :) I think we'd need to tweak the Dockerfile to be able to build with the master source code. Now that we have the build infra can look into that. |
We're now building every master commit to |
As of now, docker images are being created on every zipkin release but sometimes, there is a need to use new changes without expecting a release. Currently it is possible by using
java -jar
but that is in java ecosystems, having the possibility to use docker would unblock non-java infrastructures to use the latest version in a docker container.My proposal is that we add a hook on
openzipkin/zipkin
so on every merge into master we trigger a build on this repository and upload the image aszipkin:master
. The reason for usingmaster
and notlatest
is to not to mess up with people using alreadylatest
as source of truth for getting the last release.Opinions? @openzipkin/core @adriancole @abesto
The text was updated successfully, but these errors were encountered: