ciinabox-ecs 0.2.17.alpha.1608078804 → 0.3.0.alpha.1612412532

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: b0c757f7bd31538bddd7834491413db7d5748ca7944e1796f6779a1806abd16c
4
+ data.tar.gz: bd1b8aea5d676333fc569fa47dc6160a42878a8b479ef1311d34db106e253006
5
5
  SHA512:
6
- metadata.gz: 76888f39206c00d2351f7b4c9e17b38d8cb840deb1c4a5e9c60869c37bafd559f54ab474b3ac71897b1019f0589d8572691ef015b10b36d91585f4f3896a5467
7
- data.tar.gz: 109ddb00b225e522773e41636007414531f681c8188b29c01a94d341b08603342230d1d2002ee80d8b9aa8e030b7f6928fcfaf01883058a790508969bc945e09
6
+ metadata.gz: 44312cfb402dd20e0e001c10d84f479c164471fb4cc4bd9de7ffcc8592e97bb3feaae252fdd42b69f33dd132d88db54e0a3347f1e3e4e7700a7c86ed6f4d10d1
7
+ data.tar.gz: 5d97aee7e73853e9825f2717e78d6beb5ad0a890b97e2ffd93e002df6074c869bcff57dc633b934442a2b7d78533fdadf672a10ee9ec0691f87ff1972f0c9ef8
@@ -285,7 +285,7 @@ CloudFormation {
285
285
  Name: 'proxy',
286
286
  Memory: 256,
287
287
  Cpu: 100,
288
- Image: 'jwilder/nginx-proxy',
288
+ Image: 'ghcr.io/base2services/ciinabox-nginx',
289
289
  PortMappings: [{
290
290
  HostPort: 8080,
291
291
  ContainerPort: 80
@@ -15,10 +15,9 @@ end
15
15
  # Prefixing application images allows us to 'vendorize' ciinabox into client's account by setting
16
16
  # ciinabox_repo to ${account_no}.dkr.ecr.${region}.amazonaws.com
17
17
  if not defined? ciinabox_repo
18
- ciinabox_repo=''
18
+ ciinabox_repo = 'ghcr.io/base2services'
19
19
  end
20
-
21
- image = "#{ciinabox_repo}base2/ciinabox-jenkins:lts"
20
+ image = "#{ciinabox_repo}/ciinabox-jenkins:lts"
22
21
 
23
22
  jenkins_java_opts = ''
24
23
  memory = 2048
@@ -110,7 +109,7 @@ if defined? include_diind_slave and include_diind_slave
110
109
  dind_definition = {
111
110
  Name: 'jenkins-docker-dind-slave',
112
111
  Memory: slave_memory,
113
- Image: "#{ciinabox_repo}base2/ciinabox-docker-slave:#{docker_slave_version}",
112
+ Image: "#{ciinabox_repo}/ciinabox-docker-slave:#{docker_slave_version}",
114
113
  Environment: [{Name: 'RUN_DOCKER_IN_DOCKER', Value: 1}],
115
114
  Essential: false,
116
115
  Privileged: true
@@ -141,7 +140,7 @@ if defined? include_dood_slave and include_dood_slave
141
140
  dood_definition = {
142
141
  Name: 'jenkins-docker-dood-slave',
143
142
  Memory: slave_memory,
144
- Image: "#{ciinabox_repo}base2/ciinabox-docker-slave:#{docker_slave_version}",
143
+ Image: "#{ciinabox_repo}/ciinabox-docker-slave:#{docker_slave_version}",
145
144
  Environment: [{Name: 'RUN_DOCKER_IN_DOCKER', Value: 0}],
146
145
  MountPoints: [
147
146
  {
@@ -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.3.0.alpha.1612412532
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-04 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