You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/.release/docker
pedrorsantana 9cb2d4fa5a
Update README_docker_io.md (#3405)
2 years ago
..
README.md doc(docker): Separate docker.io readme contents from directory readme (#3308) 3 years ago
README_docker_io.md Update README_docker_io.md (#3405) 2 years ago
config.hcl [COMPLIANCE] License changes (#3567) 3 years ago
docker-entrypoint.sh [COMPLIANCE] License changes (#3567) 3 years ago

README.md

Boundary Docker Image

The root of this repository contains the officially supported HashiCorp Dockerfile to build the hashicorp/boundary docker image. The dev docker image should be built for local dev and testing, while the production docker image is built in CI and makes use of CI-built binaries. The official docker image is built using the official binaries from releases.hashicorp.com.

Build

See the Makefile targets in the root of this repository for building Boundary images in either development or release modes:

  • make docker-build-dev
  • make docker-multiarch-build
  • make docker-build
  • make docker