ciinabox-ecs 0.2.17.alpha.1608078804 → 0.2.17.alpha.1612322070

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe94e1bb46f1ef5e8709aff3b713546cd51db01c1476b8fef33d84df244da729
4
- data.tar.gz: 429e3ea9cf8a5699d1a926a6019f705eb7ee526835bd20bddd51660ebc57afeb
3
+ metadata.gz: 950c9d5e0c1f37277b1c365f72315fb1d0807b8cbde7db116517569f850cc196
4
+ data.tar.gz: 6ca4a35410b7e9a553b9bddedaaf6805b681403023b7ac106e7bca68a43f2f2b
5
5
  SHA512:
6
- metadata.gz: 76888f39206c00d2351f7b4c9e17b38d8cb840deb1c4a5e9c60869c37bafd559f54ab474b3ac71897b1019f0589d8572691ef015b10b36d91585f4f3896a5467
7
- data.tar.gz: 109ddb00b225e522773e41636007414531f681c8188b29c01a94d341b08603342230d1d2002ee80d8b9aa8e030b7f6928fcfaf01883058a790508969bc945e09
6
+ metadata.gz: d35fa68e01405d1f5ca917a8a6f7b13138a924305c1e2aa6d3b71215d6bd66bb39deb3d68660644b0fbda3a3f8f271d738a87c997476c5d906b4a2424188e783
7
+ data.tar.gz: 55da6021f706b50bd0c68ef6a6aa506eddfab2b5826a83ef1e08a84b0aea3ee9c4532303643f2bda52f709555c9a38d2b04ba65b877ddb0407c5f0c87f234889
@@ -18,7 +18,7 @@ if not defined? ciinabox_repo
18
18
  ciinabox_repo=''
19
19
  end
20
20
 
21
- image = "#{ciinabox_repo}base2/ciinabox-jenkins:lts"
21
+ image = "#{ciinabox_repo}ghcr.io/base2services/ciinabox-jenkins:lts"
22
22
 
23
23
  jenkins_java_opts = ''
24
24
  memory = 2048
@@ -110,7 +110,7 @@ if defined? include_diind_slave and include_diind_slave
110
110
  dind_definition = {
111
111
  Name: 'jenkins-docker-dind-slave',
112
112
  Memory: slave_memory,
113
- Image: "#{ciinabox_repo}base2/ciinabox-docker-slave:#{docker_slave_version}",
113
+ Image: "#{ciinabox_repo}ghcr.io/base2services/ciinabox-docker-slave:#{docker_slave_version}",
114
114
  Environment: [{Name: 'RUN_DOCKER_IN_DOCKER', Value: 1}],
115
115
  Essential: false,
116
116
  Privileged: true
@@ -141,7 +141,7 @@ if defined? include_dood_slave and include_dood_slave
141
141
  dood_definition = {
142
142
  Name: 'jenkins-docker-dood-slave',
143
143
  Memory: slave_memory,
144
- Image: "#{ciinabox_repo}base2/ciinabox-docker-slave:#{docker_slave_version}",
144
+ Image: "#{ciinabox_repo}ghcr.io/base2services/ciinabox-docker-slave:#{docker_slave_version}",
145
145
  Environment: [{Name: 'RUN_DOCKER_IN_DOCKER', Value: 0}],
146
146
  MountPoints: [
147
147
  {
@@ -5,7 +5,7 @@ if !defined? timezone
5
5
  timezone = 'GMT'
6
6
  end
7
7
 
8
- image = 'base2/ciinabox-nexus'
8
+ image = 'ghcr.io/base2services/ciinabox-nexus'
9
9
  container_path = '/sonatype-work'
10
10
  java_opts = ''
11
11
  memory = 1024
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciinabox-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.17.alpha.1608078804
4
+ version: 0.2.17.alpha.1612322070
5
5
  platform: ruby
6
6
  authors:
7
7
  - Base2Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-16 00:00:00.000000000 Z
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: 1.3.1
170
170
  requirements: []
171
- rubygems_version: 3.2.1
171
+ rubygems_version: 3.2.8
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Manage ciinabox on Aws Ecs