Skip to content

nomatronio/derrick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,518 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derrick

Enterprise application delivery under control.

Derrick is a developer-centric, multi-runtime application delivery platform with enterprise governance. It is an open-core fork of HashiCorp Waypoint v0.11.4 (MPL 2.0).

Quick Start

# Build CLI (requires go-bindata in PATH)
make bin/cli-only
./derrick version

# Full build (includes entrypoint cross-compilation)
make bin

Requires Go 1.19 or later.

Configuration

  • Application config file: derrick.hcl
  • CLI config directory: ~/.config/derrick
  • Environment variables: DERRICK_SERVER_ADDR, DERRICK_SERVER_TOKEN, etc.

Fork Provenance

See FORK.md for full fork details and NOTICE for copyright attribution.

Repository Layout

Repository Purpose
nomatronio/derrick Public MPL 2.0 open core (this repo)
nomatronio/derrick-plugin-sdk Public MPL 2.0 plugin SDK
nomatronio/derrick-enterprise Private enterprise implementation

Local Development

Use a local go.work file in the parent directory:

go 1.22

use (
    ./derrick
    ./derrick-enterprise
    ./derrick-plugin-sdk
)

Do not commit go.work to any repository.

Contributing

Read AGENTS.md before making changes.

Legal

  • Product name Derrick is pending formal trademark clearance.
  • This is not legal advice. See FORK.md and LICENSE for license terms.

About

Open-core fork of HashiCorp Waypoint v0.11.4 (MPL 2.0) — Derrick application delivery platform

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors