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
---
# Building an all-in-one GitLab Docker image locally
# Build a GitLab Docker image locally
...
...
@@ -8,6 +8,6 @@
The GitLab all-in-one Docker image uses Ubuntu 20.04 package created by
`omnibus-gitlab` under the hood. The files required for building Docker image
can be found inside the `Docker` directory of `omnibus-gitlab` repository,
except`RELEASE` file which needs to be compiled manually, as described below.
The GitLab Docker image uses the Ubuntu 20.04 package created by
`omnibus-gitlab`. Most of the files needed for building a Docker image
are in the `Docker` directory of the `omnibus-gitlab` repository.
The`RELEASE` file is not in this directory, and you must create this file.
...
...
@@ -13,3 +13,3 @@
## RELEASE file
## Create the `RELEASE` file
...
...
@@ -15,7 +15,6 @@
The details of the version of the package being used is stored in a file named
`RELEASE`. To build your own Docker image, you should create this file with
contents similar to the following
The version details of the package being used are stored in the `RELEASE` file.
To build your own Docker image, create this file with contents similar to the following.