[v10.2.x] Use latest grafana/docs-base image (#77309)

Use latest grafana/docs-base image (#77299)

* Use latest grafana/docs-base image

The pinned tag does not support recent shortcodes like `docs/public-preview`.



* Always pull the image



---------


(cherry picked from commit d8d7a40d13)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-10-27 20:48:52 +03:00
committed by GitHub
parent 4d191cec05
commit 6d0eab8fca
3 changed files with 9 additions and 6 deletions
+1
View File
@@ -786,6 +786,7 @@ def build_docs_website_step():
"name": "build-docs-website",
# Use latest revision here, since we want to catch if it breaks
"image": images["docs"],
"pull": "always",
"commands": [
"mkdir -p /hugo/content/docs/grafana/latest",
"echo -e '---\\nredirectURL: /docs/grafana/latest/\\ntype: redirect\\nversioned: true\\n---\\n' > /hugo/content/docs/grafana/_index.md",
+1 -1
View File
@@ -29,7 +29,7 @@ images = {
"openldap": "osixia/openldap:1.4.0",
"drone_downstream": "grafana/drone-downstream",
"docker_puppeteer": "grafana/docker-puppeteer:1.1.0",
"docs": "grafana/docs-base:dbd975af06",
"docs": "grafana/docs-base:latest",
"cypress": "cypress/included:13.1.0",
"dockerize": "jwilder/dockerize:0.6.1",
"shellcheck": "koalaman/shellcheck:stable",