coreos / fleet

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

scripts: add scripts for building Docker images #1707

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

Add Dockerfile as well as new scripts, to be able to build Docker images to be uploaded to quay.io/coreos/fleet. Structure under scripts directory is similar to that of etcd.

See also https://github.com/coreos/fleet/issues/1705.

dongsupark commented 7 years ago

Updated minor things. Uploading docker images to quay.io seems to work fine. I'll merge these scripts soon.

BTW I'm also writing a document for creating releases, which will be included in another PR.