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>2018-05-14 15:18:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-14 15:21:49 +0300
commit48edccacd7c5d9b28701e448244da996e66aa0de (patch)
tree98e55291d3f70929bbb5bb4e1237a4b23844e6ad /dockerfiles/README.md
parentf2b4a1591e5a1a0cebe5ccbd9da02ad4352756d2 (diff)
Create monthly single release task
Diffstat (limited to 'dockerfiles/README.md')
-rw-r--r--dockerfiles/README.md20
1 files changed, 3 insertions, 17 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md
index 7b81e945c..f19614894 100644
--- a/dockerfiles/README.md
+++ b/dockerfiles/README.md
@@ -55,27 +55,13 @@ and update the `latest` and `archives` images to include the new version.
git checkout -b 10.5
```
-1. Copy `Dockerfile.single` to `Dockerfile.$version` in the root path:
+1. Run the raketask to create the single version:
```
- cp dockerfiles/Dockerfile.single Dockerfile.10.5
+ bundle exec rake "release:single[10.5]"
```
-1. Edit the Dockerfile and add the correct version as well as the remote branches:
-
- ```
- # The branch of the docs repo from step 1
- ARG VER=10.5
-
- # Replace the versions to match the stable branches of the upstream projects
- ARG BRANCH_EE=10-5-stable-ee
- ARG BRANCH_CE=10-5-stable
- ARG BRANCH_OMNIBUS=10-5-stable
- ARG BRANCH_RUNNER=10-5-stable
-
- FROM registry.gitlab.com/gitlab-com/gitlab-docs:builder-onbuild AS builder
- FROM registry.gitlab.com/gitlab-com/gitlab-docs:nginx-onbuild
- ```
+ A new `Dockerfile.10.5` should have been created.
1. Test locally by building the image and running it: