You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example scripts in examples/kubernetes-in-docker are failing
with an undefined DOCKER_REGISTRY_PATH environment variable error.
This is happening when the conjurdemos/kubernetes-conjur-demo
scripts are run to deploy some applications on a Helm installed Conjur OSS
cluster.
Steps to Reproduce
Steps to reproduce the behavior:
Git clone this repository
cd examples/kubernetes-in-docker
./start
Scripts will fail with an undefined DOCKER_REGISTRY_PATH env var error.
Expected Results
Kubernetes-in-Docker example scripts run successfully.
Actual Results (including error logs, if applicable)
Scripts fail with an undefined DOCKER_REGISTRY_PATH env var error.
Reproducible
Always
Sometimes
Non-Reproducible
Version/Tag number
V2.0.3
Environment setup
Running scripts either on Mac laptop or on Ubuntu VM.
Additional Information
This is happening due to recent changes to conjurdemos/kubernetes-conjur-demo
that made DOCKER_REGISTRY_PATH a required env variable.
The text was updated successfully, but these errors were encountered:
Summary
The example scripts in
examples/kubernetes-in-docker
are failingwith an undefined
DOCKER_REGISTRY_PATH
environment variable error.This is happening when the
conjurdemos/kubernetes-conjur-demo
scripts are run to deploy some applications on a Helm installed Conjur OSS
cluster.
Steps to Reproduce
Steps to reproduce the behavior:
cd examples/kubernetes-in-docker
./start
DOCKER_REGISTRY_PATH
env var error.Expected Results
Kubernetes-in-Docker example scripts run successfully.
Actual Results (including error logs, if applicable)
Scripts fail with an undefined
DOCKER_REGISTRY_PATH
env var error.Reproducible
Version/Tag number
V2.0.3
Environment setup
Running scripts either on Mac laptop or on Ubuntu VM.
Additional Information
This is happening due to recent changes to
conjurdemos/kubernetes-conjur-demo
that made
DOCKER_REGISTRY_PATH
a required env variable.The text was updated successfully, but these errors were encountered: