From a29d185d94a6f77f07924e6d49d21ba0161c5d19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Sep 2021 08:06:07 +0000 Subject: [PATCH 1/4] Update docker.io/cibuilds/hugo Docker tag to v0.88 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a51da7..3d53608 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ spellcheck: - mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown" build: - image: docker.io/cibuilds/hugo:0.83 + image: docker.io/cibuilds/hugo:0.88 stage: build variables: HUGO_ENV: production From 2001af9d30e23f775cc3f856a58edcf4069766c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Sep 2021 18:05:51 +0000 Subject: [PATCH 2/4] Update Node.js to v16.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a51da7..6fc9bd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: spellcheck: stage: orthography - image: docker.io/library/node:16.4 + image: docker.io/library/node:16.9 before_script: - npm i -g markdown-spellcheck script: From 2bc169fc37f44fffd3f74a1fae3b15b5ddea5675 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 14 Sep 2021 05:09:49 +0000 Subject: [PATCH 3/4] CI: Add privileged tags to podman tasks --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb17bfc..477d7d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,8 @@ build: package: stage: package image: quay.io/sheogorath/build-ah-engine:latest + tags: + - privileged variables: LANG: C.UTF-8 before_script: @@ -55,6 +57,8 @@ package-deploy: image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8 + tags: + - privileged before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: @@ -66,8 +70,7 @@ package-deploy: test: stage: test tags: - - dind - - docker + - privileged image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8 @@ -86,8 +89,7 @@ test: test-deploy: stage: test tags: - - dind - - docker + - privileged image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8 From 6024f20e61b7bc8ca8b51e4011e1e49d31efea44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Sep 2021 06:05:06 +0000 Subject: [PATCH 4/4] Update docker.io/library/nginx Docker tag to v1.21.3 --- _docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docker/Dockerfile b/_docker/Dockerfile index f8456e8..5b3587f 100644 --- a/_docker/Dockerfile +++ b/_docker/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/nginx:1.21.1-alpine +FROM docker.io/library/nginx:1.21.3-alpine COPY ./public/ /usr/share/nginx/html/