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 +4 -4
- data/templates/services/jenkins.rb +3 -3
- data/templates/services/nexus.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 950c9d5e0c1f37277b1c365f72315fb1d0807b8cbde7db116517569f850cc196
|
4
|
+
data.tar.gz: 6ca4a35410b7e9a553b9bddedaaf6805b681403023b7ac106e7bca68a43f2f2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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}
|
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}
|
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}
|
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
|
{
|
data/templates/services/nexus.rb
CHANGED
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.
|
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:
|
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.
|
171
|
+
rubygems_version: 3.2.8
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: Manage ciinabox on Aws Ecs
|