Skip to content
Snippets Groups Projects
Commit fd2d8f79 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'registry-aws-go-1-8-fix' into 'master'

Registry aws go 1 8 fix

Closes #2350

See merge request !1563
parents fe01fd93 1878167a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,12 +19,12 @@
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
 
name 'registry'
version = Gitlab::Version.new('registry', '2.6.1')
version = Gitlab::Version.new('registry', 'dd544a82d93e8d39cec3d3d45117c3f486365589')
 
default_version version.print
default_version version.print(false)
 
license 'Apache-2.0'
license_file "https://raw.githubusercontent.com/docker/distribution/#{version.print}/LICENSE"
license_file "https://gitlab.com/omnibus-mirror/distribution/raw/#{version.print(false)}/LICENSE"
 
source git: version.remote
 
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