ducktape

command module
v0.4.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2022 License: MIT Imports: 11 Imported by: 0

README

ducktape

GitHub Workflow Status) GitHub release License

Minimal bootstrapping script for downloading and extracting a root tarball

Usage

To bootstrap a system using ducktape, do the following:

  1. Put the ducktape binary on the system
  2. Put a cert file in the same directory as the binary
  3. Run ./ducktape https://example.org/root.tar.bz2

It supports uncompressed, gzipped, and bzipped archives.

To use this for a Docker container, start your Dockerfile with the following:

FROM scratch
MAINTAINER {you}
ADD ducktape /ducktape
ADD cert /cert
RUN ["/ducktape", "https://example.org/path/to/root.tar.bz2"]

License

ducktape is released under the MIT License. See the bundled LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL