mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Fix vcs revision label in docker images (#119531)
This commit is contained in:
parent
8ed9a5a825
commit
5960af62c1
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ ext.expansions = { Architecture architecture, DockerBase base ->
|
|||
'bin_dir' : base == DockerBase.IRON_BANK ? 'scripts' : 'bin',
|
||||
'build_date' : buildDate,
|
||||
'config_dir' : base == DockerBase.IRON_BANK ? 'scripts' : 'config',
|
||||
'git_revision' : buildParams.gitRevision,
|
||||
'git_revision' : buildParams.gitRevision.get(),
|
||||
'license' : base == DockerBase.IRON_BANK ? 'Elastic License 2.0' : 'Elastic-License-2.0',
|
||||
'package_manager' : base.packageManager,
|
||||
'docker_base' : base.name().toLowerCase(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue