constellation/dev-docs
Markus Rudy 473001be55
vpn: ship our own container image (#2909)
* vpn: ship our own container image

The container image used in the VPN chart should be reproducible and
stable. We're sticking close to the original nixery.dev version by
building the image with nix ourselves, and then publishing the single
layer from the result with Bazel OCI rules. The resulting image should
be handled similar to s3proxy: it's built as a part of the Constellation
release process and then consumed from a Helm chart in our registry.

Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
2024-02-15 13:08:27 +01:00
..
howto vpn: ship our own container image (#2909) 2024-02-15 13:08:27 +01:00
miniconstellation terraform: upgrade random provider to v3.6.0 (#2704) 2023-12-12 16:00:16 +01:00
workflows docs: update clouds and marketplaces 2024-01-24 09:57:35 +01:00
conventions.md deps: convert zap to slog (#2825) 2024-02-08 14:20:01 +00:00
layout.md bazel: add protoc codegen to //:generate target (#1554) 2023-03-30 14:47:29 +02:00
README.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00

Content structure

To get started building and running Constellation: local-development

  • workflows: What every developer will most likely need to build, develop, deploy.

  • howto: Instructions for special deployments.

  • layout: for a quick architectural overview of Constellation