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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-11-22 16:44:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-11-22 22:28:56 +0300
commite2cacd81aa07c93f598f901639cecb2d6a30ffe7 (patch)
treed24ac9b7d1f3af37a5846710864583b3b1d5a8df /doc
parentbb9a1f49c41e1e53f7e77e86b48693c3ef9b7f8e (diff)
Clean up old Dockerfiles and their references
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.md3
-rw-r--r--doc/releases.md21
2 files changed, 0 insertions, 24 deletions
diff --git a/doc/architecture.md b/doc/architecture.md
index 5055319e..dc88932b 100644
--- a/doc/architecture.md
+++ b/doc/architecture.md
@@ -128,9 +128,6 @@ a different name first and test it to ensure you do not break the pipelines.
graph, or select the first (`build-images`) stage in the mini pipeline graph to
expose the jobs that build the images.
1. Select the **play** (**{play}**) button next to the images you want to rebuild.
- - Normally, you do not need to rebuild the `image:gitlab-docs-base` image, as it
- rarely changes. If it does need to be rebuilt, be sure to only run `image:docs-lint`
- after it is finished rebuilding.
### Deploy the docs site
diff --git a/doc/releases.md b/doc/releases.md
index 24f4db5a..7ae0ab81 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -240,27 +240,6 @@ Solution: revert the navigation menu change in the `gitlab-docs` stable branch:
for the `gitlab-docs` repository
1. In the **Overview** tab, select **Revert** and target the `gitlab-docs` stable branch.
-### image:docs-latest job fails with `GemNotFound` error
-
-When you start the **Build docker images weekly** scheduled pipeline and
-[run the **image:docs-latest** job](#merge-merge-requests-and-run-docker-image-builds),
-the job fails with an error similar to the following:
-
-```shell
-bundler: failed to load command: rake (/usr/local/bundle/bin/rake)
-Bundler::GemNotFound: Could not find <some gem>
-```
-
-This error can occur when there was a recent update to
-dependencies in the [`Gemfile.lock`](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/Gemfile.lock)
-file, but the dependencies are missing from
-the latest [`gitlab-docs:bootstrap`](https://docs.gitlab.com/ee/development/documentation/site_architecture/deployment_process.html) image.
-
-1. Start a new **Build docker images weekly** pipeline.
-1. Run the **image:bootstrap** job. This job creates a new bootstrap image
- and adds it to the container registry.
-1. After the **Build** and **Test** stages are complete, run the **image:docs-latest** job.
-
### `Gem::FilePermissionError: You don't have write permissions for the /usr/local/bundle directory`
To build the Docker images, we use [Docker-in-Docker (dind)](https://hub.docker.com/_/docker/)