This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
v0.6.0
0.6.0 of Kedge!
Changes to this release:
- Source-to-Image feature added for building Docker containers (#452)
- Redesign of the Kedge website (http://kedgeproject.org)
Building using Source to Image:
In this release of Kedge we add the ability to build an image using OpenShift's source-to-image utility, without having to write a Dockerfile.
To do a build using OpenShift's source-to-image, run the following command:
$ kedge build --s2i --image pyappth -b centos/python-35-centos7:3.5
For more information on how to use this feature, check out our user guide.
Many thanks to those who've contributed to this months release!
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-linux-amd64 -o kedge
# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-darwin-amd64 -o kedge
chmod +x kedge
sudo mv ./kedge /usr/local/bin/kedge
Windows:
Download from GitHub and add the binary to your PATH.
Checksums:
Filename | SHA256 Hash |
---|---|
kedge-darwin-amd64 | 610367b8552e1f9d067bc805011325800fb8962eb8debf09e664dc882c92d6bc |
kedge-darwin-amd64.tar.gz | 9382fec25faf3bcd5690a445b01d92099bcfb9d582fd5c1fed26e552e64901d4 |
kedge-linux-amd64 | 3ddbc57cdf6a7d79954b9f93929c9449eee1d992bcc24a43026c9d6fe3051ee9 |
kedge-linux-amd64.tar.gz | 6e79c1fadc57b6e1a1a11218ea4ef5a677ec25e22449a93fd167866d0d86cc24 |
kedge-linux-arm | 803bfdd5f35d86bf6528d7fc7509f0be5fe7544457f6ff5bc3cdfb0e2e498ac2 |
kedge-linux-arm.tar.gz | f7aec21a07adc322bccddbef3b300abde2dc7251f4f829bb3c5f690dec2725aa |
kedge-windows-amd64.exe | b461159c2517e09236eb9549f1a441400f4a7ce7acd26008a79aaff896bf0a8b |
kedge-windows-amd64.exe.tar.gz | cce1c3f8d15498511fa416fac83662ea0880586dd46ca41d473c4adb57951965 |