UNCLASSIFIED - NO CUI

Skip to content

initial commit of consul-enterprise 1.8.4+ent files

Alvin Huang requested to merge consul-enterprise-1-8-4 into development

This PR contains the scaffolding necessary to build a container for consul-enterprise. This is heavily based off of https://repo1.dsop.io/dsop/hashicorp/vault/vault. I have copied most of the README from our normal Consul docker image on Docker Hub here with a few additions from the Vault OSS README.

In the container we normally expose these two volumes:

  • /consul/data

but since it was removed from the Vault OSS Dockerfile I removed it here as well.

I have also changed the CMD to run the consul CLI rather than start up a dev agent.

Merge request reports