coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

Official rkt images #1665

Closed monder closed 7 years ago

monder commented 7 years ago

Are there any official aci images for the release? Could we have something similar to https://github.com/coreos/etcd/releases please :)

jonboulle commented 7 years ago

@dongsupark any chance you could take a look at this?

On 18 August 2016 at 22:04, Aleksejs Sinicins notifications@github.com wrote:

Are there any official aci images for the release? Could we have something similar to https://github.com/coreos/etcd/releases please :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coreos/fleet/issues/1665, or mute the thread https://github.com/notifications/unsubscribe-auth/ACewN8XB0TUDLnT7ygskQjutQD-dicvBks5qhMjEgaJpZM4Jn6fF .

dongsupark commented 7 years ago

@jonboulle Sure, I'll try to do it this week.

dongsupark commented 7 years ago

@jonboulle Using the script written via https://github.com/coreos/fleet/pull/1682, I created 3 ACI images for v0.11.8, v0.12.0 and v0.13.0.

Next step would be to release them on https://github.com/coreos/fleet/releases. Currently I cannot do that, because I don't have a gpg private key for "CoreOS ACI Builder". How should I proceed?

Another question: How can I allow the ACI image to be discovered by rkt run, like "rkt run ... coreos.com/fleet:v0.13.0"?

dongsupark commented 7 years ago

ACI images are already provided for v0.11.8, v0.12.0, and v0.13.0. I'm going to provided ACI also for the future release v1.0. So I suppose this issue can be closed.