You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build/build_docker_image.md
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,33 @@ group: Distribution
4
4
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
5
5
---
6
6
7
-
# Building an all-in-one GitLab Docker image locally
7
+
# Build a GitLab Docker image locally
8
8
9
-
The GitLab all-in-one Docker image uses Ubuntu 20.04 package created by
10
-
`omnibus-gitlab` under the hood. The files required for building Docker image
11
-
can be found inside the `Docker` directory of `omnibus-gitlab` repository,
12
-
except`RELEASE` file which needs to be compiled manually, as described below.
9
+
The GitLab Docker image uses the Ubuntu 20.04 package created by
10
+
`omnibus-gitlab`. Most of the files needed for building a Docker image
11
+
are in the `Docker` directory of the `omnibus-gitlab` repository.
12
+
The`RELEASE` file is not in this directory, and you must create this file.
13
13
14
-
## RELEASE file
14
+
## Create the `RELEASE` file
15
15
16
-
The details of the version of the package being used is stored in a file named
17
-
`RELEASE`. To build your own Docker image, you should create this file with
18
-
contents similar to the following
16
+
The version details of the package being used are stored in the `RELEASE` file.
17
+
To build your own Docker image, create this file with contents similar to the following.
0 commit comments