canister

Crates.iocanister
lib.rscanister
version0.1.0
sourcesrc
created_at2018-08-22 18:25:33.133055
updated_at2018-12-09 17:52:57.635521
descriptionDeploy binaries from Google Container Registry (gcr.io)
homepagehttps://github.com/iqlusioninc/canister
repository
max_upload_size
id80791
size33,923
Shella Stephens (Shella)

documentation

README

canister 🛢️ iqlusion

Deploy self-contained binaries from GCP Container Registry (gcr.io) as systemd service units.

Supported release artifact formats are tarballs and Docker scratch-based images (i.e. single-layer only) containing the compiled binaries, as fetched from a Docker registry (in the form of a tarball). Our (as in @iqlusioninc's) internal use of this tool is primarily with a Docker scratch-based workflow using a Docker-based build system (namely GCP Cloud Build).

Status

Under active development. Currently alpha quality.

License

Copyright © 2018 iqlusion

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Commit count: 0

cargo fmt