ciinabox-ecs 0.3.0.alpha.1612323213 → 0.3.0.alpha.1612411765
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 +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 295d59492bfdba11f5529ed80248fd516c2aa25d1d3a34b5122e253b92f962d8
|
4
|
+
data.tar.gz: 5bf0fc48b3a163fbebea55431a472fc14215b58f837b17834456ceeecde00ad7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26bc218ceb71ad26c5489e07a60e9ca49386d45dc5506a40108dc2fc07098269d5115e2822d185359dbce004dffe9c6ffff59d2fd3450c544b0a6fd7563ae07f
|
7
|
+
data.tar.gz: 3a1b9a52304547f45b9c4eee818f9513158167c92401b2d90bcf2d2b49505acd4db4930d36bed7a79bc1a50a22601ee210bf2228282e5a64de8b1db9232e380a
|
@@ -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
|
-
|
18
|
+
ciinabox_repo = 'ghcr.io/base2services'
|
19
19
|
end
|
20
|
-
|
21
|
-
image = "#{ciinabox_repo}ghcr.io/base2services/ciinabox-jenkins:lts"
|
20
|
+
image = "#{ciinabox_repo}/ciinabox-jenkins:lts"
|
22
21
|
|
23
22
|
jenkins_java_opts = ''
|
24
23
|
memory = 2048
|
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.3.0.alpha.
|
4
|
+
version: 0.3.0.alpha.1612411765
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Base2Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|