From: Matthew Watkins Date: Wed, 13 Mar 2024 14:04:11 +0000 (+0000) Subject: Fix: Remove broken docs link to non-existent Docker template X-Git-Tag: v0.16.5~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c9cd393b4824ab52caf1dc65fc3623ff4787392c;p=releng%2Fcommon-packer.git Fix: Remove broken docs link to non-existent Docker template Issue: RELENG-5212 Change-Id: I949618695c334a769d041d813459eb96a1545731 Signed-off-by: Matthew Watkins --- diff --git a/docs/usage.rst b/docs/usage.rst index 7ee71ba..80ddc3c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -53,11 +53,6 @@ following examples for ``docker template`` and ``provisioning script`` show how they import the existing baseline playbook into the local playbook to reduce duplication in code. -Example docker template: - -.. literalinclude:: ../templates/docker.json - :language: json - Example provisioning script: .. literalinclude:: ../provision/docker.yaml diff --git a/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml b/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml new file mode 100644 index 0000000..333ec3e --- /dev/null +++ b/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Remove broken link to non-existent Docker template