didikon_docker_builder 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 254a0d433490fc5c3518242ac8306f101e58070688c856815ce8ea52d26c8da7
4
+ data.tar.gz: c7f9acefb9464a3f2398484913fa001be331f53c52be18e5f3346d34ec7e5df2
5
+ SHA512:
6
+ metadata.gz: 610a954fdf8502197436492f6eb98e5e3ff2e6399d7f3884a2ebf0058fe6ccc4edb4c4d8fee88a03f0e8a849013930d10e2686351130785b61968c20319ad0b5
7
+ data.tar.gz: 2486b64af74fb73847b38c97e93c166e4dfa998f22eee2e5d4a9fcf60227dd76c8333dd124dc548ac8151224d69405a900bd7d341e4bdf40d76e1d4db7f7da2d
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ .idea
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ </component>
6
+ <component name="NewModuleRootManager">
7
+ <content url="file://$MODULE_DIR$" />
8
+ <orderEntry type="jdk" jdkName="Remote-rvm: ruby-2.5.1-p57" jdkType="RUBY_SDK" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.17.3, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.4.4, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.10.0, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.10.1, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.10.1, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.10.2, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.10.2, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="slop (v4.8.2, Remote-rvm: ruby-2.5.1-p57) [gem]" level="application" />
19
+ </component>
20
+ </module>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ </profile>
6
+ </component>
data/.idea/misc.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="JavaScriptSettings">
4
+ <option name="languageLevel" value="ES6" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Remote-rvm: ruby-2.2.2-p95" project-jdk-type="RUBY_SDK" />
7
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/docker_builder.iml" filepath="$PROJECT_DIR$/.idea/docker_builder.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,106 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="ce3e7ee0-9aba-4847-8974-d9e633196ad5" name="Default Changelist" comment="">
8
+ <change beforePath="$PROJECT_DIR$/docker_builder.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/docker_builder.gemspec" afterDir="false" />
9
+ </list>
10
+ <option name="SHOW_DIALOG" value="false" />
11
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
+ <option name="LAST_RESOLUTION" value="IGNORE" />
14
+ </component>
15
+ <component name="Git.Settings">
16
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
17
+ </component>
18
+ <component name="MarkdownSettingsMigration">
19
+ <option name="stateVersion" value="1" />
20
+ </component>
21
+ <component name="ProjectId" id="1s3hBVRxtHDYQ8DLohQZvtXHPyO" />
22
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
23
+ <component name="ProjectViewState">
24
+ <option name="hideEmptyMiddlePackages" value="true" />
25
+ <option name="showLibraryContents" value="true" />
26
+ </component>
27
+ <component name="PropertiesComponent">{
28
+ &quot;keyToString&quot;: {
29
+ &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
30
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
31
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
32
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
33
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
34
+ &quot;ruby.rails.projectView.checked&quot;: &quot;true&quot;,
35
+ &quot;ruby.structure.view.model.defaults.configured&quot;: &quot;true&quot;,
36
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
37
+ }
38
+ }</component>
39
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
40
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" RAKE_SPRING_PRE_LOADER_OPTION="true" RAILS_SPRING_PRE_LOADER_OPTION="true" />
41
+ <component name="TaskManager">
42
+ <task active="true" id="Default" summary="Default task">
43
+ <changelist id="ce3e7ee0-9aba-4847-8974-d9e633196ad5" name="Default Changelist" comment="" />
44
+ <created>1620107044506</created>
45
+ <option name="number" value="Default" />
46
+ <option name="presentableId" value="Default" />
47
+ <updated>1620107044506</updated>
48
+ <workItem from="1620107045728" duration="7847000" />
49
+ <workItem from="1638879559669" duration="102000" />
50
+ <workItem from="1653816945263" duration="337000" />
51
+ <workItem from="1680831339334" duration="1909000" />
52
+ <workItem from="1681100291872" duration="359000" />
53
+ </task>
54
+ <task id="LOCAL-00001" summary="init commit">
55
+ <created>1620125221508</created>
56
+ <option name="number" value="00001" />
57
+ <option name="presentableId" value="LOCAL-00001" />
58
+ <option name="project" value="LOCAL" />
59
+ <updated>1620125221508</updated>
60
+ </task>
61
+ <task id="LOCAL-00002" summary="修复没有推送到镜像仓库的错误">
62
+ <created>1620126830021</created>
63
+ <option name="number" value="00002" />
64
+ <option name="presentableId" value="LOCAL-00002" />
65
+ <option name="project" value="LOCAL" />
66
+ <updated>1620126830021</updated>
67
+ </task>
68
+ <task id="LOCAL-00003" summary="可通过本地文件获取image name">
69
+ <created>1680834464535</created>
70
+ <option name="number" value="00003" />
71
+ <option name="presentableId" value="LOCAL-00003" />
72
+ <option name="project" value="LOCAL" />
73
+ <updated>1680834464535</updated>
74
+ </task>
75
+ <task id="LOCAL-00004" summary="ready to push to rubygems">
76
+ <created>1681100405624</created>
77
+ <option name="number" value="00004" />
78
+ <option name="presentableId" value="LOCAL-00004" />
79
+ <option name="project" value="LOCAL" />
80
+ <updated>1681100405624</updated>
81
+ </task>
82
+ <option name="localTasksCounter" value="5" />
83
+ <servers />
84
+ </component>
85
+ <component name="TypeScriptGeneratedFilesManager">
86
+ <option name="version" value="3" />
87
+ </component>
88
+ <component name="Vcs.Log.Tabs.Properties">
89
+ <option name="TAB_STATES">
90
+ <map>
91
+ <entry key="MAIN">
92
+ <value>
93
+ <State />
94
+ </value>
95
+ </entry>
96
+ </map>
97
+ </option>
98
+ </component>
99
+ <component name="VcsManagerConfiguration">
100
+ <MESSAGE value="init commit" />
101
+ <MESSAGE value="修复没有推送到镜像仓库的错误" />
102
+ <MESSAGE value="可通过本地文件获取image name" />
103
+ <MESSAGE value="ready to push to rubygems" />
104
+ <option name="LAST_COMMIT_MESSAGE" value="ready to push to rubygems" />
105
+ </component>
106
+ </project>
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.1
7
+ before_install: gem install bundler -v 1.17.3
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ #source "https://rubygems.org"
2
+ source 'https://gems.ruby-china.com'
3
+
4
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5
+
6
+ # Specify your gem's dependencies in docker_builder.gemspec
7
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,37 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ didikon_docker_builder (0.1.0)
5
+ slop (~> 4.8.2)
6
+
7
+ GEM
8
+ remote: https://gems.ruby-china.com/
9
+ specs:
10
+ diff-lcs (1.4.4)
11
+ rake (10.5.0)
12
+ rspec (3.10.0)
13
+ rspec-core (~> 3.10.0)
14
+ rspec-expectations (~> 3.10.0)
15
+ rspec-mocks (~> 3.10.0)
16
+ rspec-core (3.10.1)
17
+ rspec-support (~> 3.10.0)
18
+ rspec-expectations (3.10.1)
19
+ diff-lcs (>= 1.2.0, < 2.0)
20
+ rspec-support (~> 3.10.0)
21
+ rspec-mocks (3.10.2)
22
+ diff-lcs (>= 1.2.0, < 2.0)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-support (3.10.2)
25
+ slop (4.8.2)
26
+
27
+ PLATFORMS
28
+ ruby
29
+
30
+ DEPENDENCIES
31
+ bundler (~> 1.17)
32
+ didikon_docker_builder!
33
+ rake (~> 10.0)
34
+ rspec (~> 3.0)
35
+
36
+ BUNDLED WITH
37
+ 1.17.3
data/README.md ADDED
@@ -0,0 +1,35 @@
1
+ # DockerBuilder
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/docker_builder`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'docker_builder'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install docker_builder
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/docker_builder.
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "docker_builder"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,40 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "docker_builder/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "didikon_docker_builder"
8
+ spec.version = DockerBuilder::VERSION
9
+ spec.authors = ["sufish"]
10
+ spec.email = ["fuq@didikon.com"]
11
+
12
+ spec.summary = %q{build and push didikon dockers}
13
+ spec.description = %q{build and push didikon dockers to aliyun repo}
14
+ spec.homepage = "http://www.didikon.com"
15
+
16
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = "http://www.didikon.com"
21
+ spec.metadata["changelog_uri"] = "http://www.didikon.com"
22
+ else
23
+ raise "RubyGems 2.0 or newer is required to protect against " \
24
+ "public gem pushes."
25
+ end
26
+
27
+ # Specify which files should be added to the gem when it is released.
28
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
29
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
30
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
31
+ end
32
+ spec.bindir = "exe"
33
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
34
+ spec.require_paths = ["lib"]
35
+
36
+ spec.add_development_dependency "bundler", "~> 1.17"
37
+ spec.add_development_dependency "rake", "~> 10.0"
38
+ spec.add_development_dependency "rspec", "~> 3.0"
39
+ spec.add_dependency "slop", "~> 4.8.2"
40
+ end
@@ -0,0 +1,67 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "docker_builder"
4
+
5
+ require 'slop'
6
+
7
+ begin
8
+ opts = Slop::Options.new
9
+ opts.banner = "Usage: docker_builder [options] [image_name]"
10
+ opts.bool '-d', '--dev', '开发或测试用, 默认为true', default: true
11
+ opts.bool '-p', "--pro", "生产发布用, 默认为false", defaut: false
12
+ opts.bool '-I', '--use_internal', '使用阿里云镜像仓库内网地址, 默认为false', default: false
13
+ opts.bool '-P', '--use_public', '是用阿里云镜像公网地址, 默认为true', default: true
14
+ opts.bool '-s', '--use_sudo', "docker命令是否使用sudo执行, 默认为false", default: false
15
+ opts.bool '-l', '--local', "不推送到镜像仓库,默认为false", default: false
16
+ opts.on '--help' do
17
+ puts opts
18
+ exit
19
+ end
20
+ parser = Slop::Parser.new(opts)
21
+ options = parser.parse(ARGV)
22
+ image_name_file = ".imagename"
23
+ image_name = if options.arguments.size == 0
24
+ if File.exist?(image_name_file)
25
+ File.open(image_name_file).read
26
+ else
27
+ raise Slop::MissingArgument.new("missing image name", "image name")
28
+ end
29
+ else
30
+ options.arguments[0]
31
+ end
32
+ sudo = "sudo" if options[:use_sudo]
33
+ registry_url = if options[:use_internal]
34
+ 'registry-internal.cn-beijing.aliyuncs.com/didikon'
35
+ else
36
+ "registry.cn-beijing.aliyuncs.com/didikon"
37
+ end
38
+
39
+ branch = %x(git branch | grep \\* | cut -d ' ' -f2).chomp
40
+ if options[:pro] && branch != 'master'
41
+ puts "Production image can only be build on master"
42
+ exit 1
43
+ end
44
+ commits = %x(git rev-parse HEAD).chomp
45
+ version = "#{branch}-#{commits[0..9]}"
46
+ tag = "#{image_name}:#{version}".gsub("/", "-")
47
+ puts "Going to build image with tag #{tag}"
48
+
49
+ build_succ = system("#{sudo} docker build --tag #{tag} .")
50
+
51
+ if build_succ
52
+ system("#{sudo} docker tag #{tag} #{registry_url}/#{tag}")
53
+ if options[:local] == false
54
+ puts "Pushing image to #{registry_url}"
55
+ system("#{sudo} docker push #{registry_url}/#{image_name}")
56
+ end
57
+ puts "Build #{tag} done"
58
+ end
59
+ rescue Slop::UnknownOption, Slop::MissingArgument
60
+ puts opts
61
+ end
62
+
63
+
64
+
65
+
66
+
67
+
@@ -0,0 +1,3 @@
1
+ module DockerBuilder
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,6 @@
1
+ require "docker_builder/version"
2
+
3
+ module DockerBuilder
4
+ class Error < StandardError; end
5
+ # Your code goes here...
6
+ end
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: didikon_docker_builder
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - sufish
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-04-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.17'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.17'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: slop
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 4.8.2
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 4.8.2
69
+ description: build and push didikon dockers to aliyun repo
70
+ email:
71
+ - fuq@didikon.com
72
+ executables:
73
+ - docker_builder
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - ".gitignore"
78
+ - ".idea/docker_builder.iml"
79
+ - ".idea/inspectionProfiles/Project_Default.xml"
80
+ - ".idea/misc.xml"
81
+ - ".idea/modules.xml"
82
+ - ".idea/vcs.xml"
83
+ - ".idea/workspace.xml"
84
+ - ".rspec"
85
+ - ".travis.yml"
86
+ - Gemfile
87
+ - Gemfile.lock
88
+ - README.md
89
+ - Rakefile
90
+ - bin/console
91
+ - bin/setup
92
+ - docker_builder.gemspec
93
+ - exe/docker_builder
94
+ - lib/docker_builder.rb
95
+ - lib/docker_builder/version.rb
96
+ homepage: http://www.didikon.com
97
+ licenses: []
98
+ metadata:
99
+ homepage_uri: http://www.didikon.com
100
+ source_code_uri: http://www.didikon.com
101
+ changelog_uri: http://www.didikon.com
102
+ post_install_message:
103
+ rdoc_options: []
104
+ require_paths:
105
+ - lib
106
+ required_ruby_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ required_rubygems_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
116
+ requirements: []
117
+ rubygems_version: 3.0.8
118
+ signing_key:
119
+ specification_version: 4
120
+ summary: build and push didikon dockers
121
+ test_files: []