Skip to content
Snippets Groups Projects
Commit f6228eed authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'alipniagov/fix-envfile-refs' into 'master'

Use `master` instead of `latest` in .env

See merge request gitlab-org/build/CNG!527
parents e89a6901 7465e607
No related merge requests found
# Images
GITLAB_OMNIBUS_IMAGE=gitlab/gitlab-ee:nightly
GITLAB_RAILS_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-rails-ee:latest
GITLAB_WEBSERVICE_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:latest
GITLAB_WORKHORSE_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:latest
GITLAB_SIDEKIQ_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:latest
GITLAB_SHELL_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:latest
GITLAB_GITALY_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitaly:latest
GITLAB_RAILS_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-rails-ee:master
GITLAB_WEBSERVICE_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:master
GITLAB_WORKHORSE_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:master
GITLAB_SIDEKIQ_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:master
GITLAB_SHELL_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:master
GITLAB_GITALY_IMAGE=registry.gitlab.com/gitlab-org/build/cng/gitaly:master
# Networking
WEBSERVICE_HOST_PORT=8080
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment