Skip to content
Snippets Groups Projects
Commit 609fd006 authored by Jason Plum's avatar Jason Plum
Browse files

Merge branch 'pl-docker-docs' into 'master'

Docs: Clarify DOWNLOAD_URL when building a docker image locally

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8071



Merged-by: default avatarJason Plum <jplum@gitlab.com>
Approved-by: default avatarJason Plum <jplum@gitlab.com>
Co-authored-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
parents f0357f7d ba52a96a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,17 +14,19 @@ The `RELEASE` file is not in this directory, and you must create this file.
## Create the `RELEASE` file
 
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.
To build your own Docker image, create this file in the `docker/` folder with
contents similar to the following.
 
```plaintext
RELEASE_PACKAGE=gitlab-ee
RELEASE_VERSION=13.2.0-ee
DOWNLOAD_URL=https://example.com/gitlab-ee_13.2.00-ee.0_amd64.deb
DOWNLOAD_URL_amd64=https://example.com/gitlab-ee_13.2.00-ee.0_amd64.deb
```
 
- `RELEASE_PACKAGE` specifies whether the package is a CE one or EE one.
- `RELEASE_VERSION` specifies the version of the package, for example `13.2.0-ee`.
- `DOWNLOAD_URL` specifies the URL where that package can be downloaded from.
- `DOWNLOAD_URL_amd64` specifies the URL for amd64 where that package can be downloaded from.
- `DOWNLOAD_URL_arm64` specifies the URL for arm64 where that package can be downloaded from.
 
NOTE **Note:**
We're looking at improving this situation, and using locally available packages
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment