Skip to content

Dockerimage for HashiCorp Levant, compatible with CI/CD actions.

Notifications You must be signed in to change notification settings

tavsec/levant-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Levant

This is a Docker image for HashiCorp's Levant package. This image is compatible with CI/CD providers, and can be used in automated deployment cycles.

Example

GitLab CICD pipeline

deploy:
  image: tavsec/levant:0.3.2
  stage: deploy
  only:
    - develop
  before_script:
    - IMAGE_TAG="$(echo $CI_COMMIT_SHA | head -c 8)"
  script:
    - levant deploy
      -var "image_tag=develop"
      -address="http://nomad.domain.internal:4646"
      -log-level=error
      -force
      deployment/development.nomad

About

Dockerimage for HashiCorp Levant, compatible with CI/CD actions.

Resources

Stars

Watchers

Forks

Packages

No packages published