Skip to content

Commit

Permalink
Tweaks for Iron Bank
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Oct 14, 2021
1 parent 351e39d commit c5a786e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 254 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ext.expansions = { Architecture architecture, DockerBase base ->
'build_date' : buildDate,
'config_dir' : base == DockerBase.IRON_BANK ? 'scripts' : 'config',
'git_revision' : BuildParams.gitRevision,
'license' : base == DockerBase.IRON_BANK ? 'Elastic License 1.0' : 'Elastic-License-2.0',
'license' : base == DockerBase.IRON_BANK ? 'Elastic License 2.0' : 'Elastic-License-2.0',
'package_manager' : base == DockerBase.UBI ? 'microdnf' : 'yum',
'docker_base' : base.name().toLowerCase(),
'version' : VersionProperties.elasticsearch,
Expand Down

0 comments on commit c5a786e

Please sign in to comment.