From 20d303e79a598e47c9a58311e86eaabb79585527 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 9 Oct 2023 01:33:34 +0200 Subject: [PATCH] fix(compose): Update Dockerfile ref to env example file --- .../examples/grafana/build-context/grafana/Dockerfile | 2 +- docker-compose/examples/grafana/build-context/nginx/Dockerfile | 2 +- docker-compose/examples/hashicorpvault/build-context/Dockerfile | 2 +- .../{{ cookiecutter.__project_slug }}/build-context/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose/examples/grafana/build-context/grafana/Dockerfile b/docker-compose/examples/grafana/build-context/grafana/Dockerfile index 30b97f3..341cab4 100644 --- a/docker-compose/examples/grafana/build-context/grafana/Dockerfile +++ b/docker-compose/examples/grafana/build-context/grafana/Dockerfile @@ -1,6 +1,6 @@ # For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be # available with a value of 'must_be_available_in_dockerfile', check out the env -# file at 'env/fully.qualified.domain.name.example' for reference. +# file at 'env/fqdn_context.env.example' for reference. # ARG EXAMPLE_ARG_FOR_DOCKERFILE # Another env var, this one's needed in the example build step below: diff --git a/docker-compose/examples/grafana/build-context/nginx/Dockerfile b/docker-compose/examples/grafana/build-context/nginx/Dockerfile index abf407f..f16b447 100644 --- a/docker-compose/examples/grafana/build-context/nginx/Dockerfile +++ b/docker-compose/examples/grafana/build-context/nginx/Dockerfile @@ -1,6 +1,6 @@ # For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be # available with a value of 'must_be_available_in_dockerfile', check out the env -# file at 'env/fully.qualified.domain.name.example' for reference. +# file at 'env/fqdn_context.env.example' for reference. # ARG EXAMPLE_ARG_FOR_DOCKERFILE # Another env var, this one's needed in the example build step below: diff --git a/docker-compose/examples/hashicorpvault/build-context/Dockerfile b/docker-compose/examples/hashicorpvault/build-context/Dockerfile index e769fff..70a7cb0 100644 --- a/docker-compose/examples/hashicorpvault/build-context/Dockerfile +++ b/docker-compose/examples/hashicorpvault/build-context/Dockerfile @@ -1,6 +1,6 @@ # For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be # available with a value of 'must_be_available_in_dockerfile', check out the env -# file at 'env/fully.qualified.domain.name.example' for reference. +# file at 'env/fqdn_context.env.example' for reference. # ARG EXAMPLE_ARG_FOR_DOCKERFILE # Another env var, this one's needed in the example build step below: diff --git a/docker-compose/{{ cookiecutter.__project_slug }}/build-context/Dockerfile b/docker-compose/{{ cookiecutter.__project_slug }}/build-context/Dockerfile index bee1227..aba9f09 100644 --- a/docker-compose/{{ cookiecutter.__project_slug }}/build-context/Dockerfile +++ b/docker-compose/{{ cookiecutter.__project_slug }}/build-context/Dockerfile @@ -1,6 +1,6 @@ # For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be # available with a value of 'must_be_available_in_dockerfile', check out the env -# file at 'env/fully.qualified.domain.name.example' for reference. +# file at 'env/fqdn_context.env.example' for reference. # ARG EXAMPLE_ARG_FOR_DOCKERFILE # Another env var, this one's needed in the example build step below: