Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-06-03 11:30:39 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-03 11:30:39 +0300
commit08de7863027036a740a9f0b6663c602f37c5ab42 (patch)
treecc3e0c3024c2b94003d6ba30cd722a3a38792ed4
parente5084f6b9125e64f3a743aa193dd3647b9262235 (diff)
parent3af87aba38385dc8181dbfcda5d475ca552f2ee1 (diff)
Merge branch 'eread/support-arm64-platform' into 'main'
Add gcompat package to Docker images See merge request gitlab-org/gitlab-docs!2761
-rw-r--r--dockerfiles/gitlab-docs-base.Dockerfile1
-rw-r--r--dockerfiles/gitlab-docs-lint-html.Dockerfile1
-rw-r--r--dockerfiles/gitlab-docs-lint-markdown.Dockerfile1
-rw-r--r--dockerfiles/single.Dockerfile1
4 files changed, 4 insertions, 0 deletions
diff --git a/dockerfiles/gitlab-docs-base.Dockerfile b/dockerfiles/gitlab-docs-base.Dockerfile
index ca9bcf89..705b423e 100644
--- a/dockerfiles/gitlab-docs-base.Dockerfile
+++ b/dockerfiles/gitlab-docs-base.Dockerfile
@@ -6,6 +6,7 @@ RUN printf "\n\e[32mINFO: Installing dependencies..\e[39m\n" && apk add --no-cac
bash \
build-base \
curl \
+ gcompat \
git \
gnupg \
go \
diff --git a/dockerfiles/gitlab-docs-lint-html.Dockerfile b/dockerfiles/gitlab-docs-lint-html.Dockerfile
index 730baa97..5e722407 100644
--- a/dockerfiles/gitlab-docs-lint-html.Dockerfile
+++ b/dockerfiles/gitlab-docs-lint-html.Dockerfile
@@ -11,6 +11,7 @@ RUN printf "\n\e[32mINFO: Installing dependencies..\e[39m\n" && apk add --no-cac
bash \
build-base \
curl \
+ gcompat \
git \
gnupg \
grep \
diff --git a/dockerfiles/gitlab-docs-lint-markdown.Dockerfile b/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
index 226e023f..58f3725a 100644
--- a/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
+++ b/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
@@ -14,6 +14,7 @@ RUN printf "\n\e[32mINFO: Installing dependencies..\e[39m\n" && apk add --no-cac
bash \
build-base \
curl \
+ gcompat \
git \
gnupg \
grep \
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 2bca83e2..4794e66c 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -45,6 +45,7 @@ RUN apk add --no-cache -U \
bash \
build-base \
curl \
+ gcompat \
git \
gnupg \
go \