ciinabox-ecs 0.3.0.alpha.1612323213 → 0.3.0.alpha.1612411765

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d200cab46127553027d989b8d951cbff06f1654f255d17ce7949aa37e019c2bc
4
- data.tar.gz: 6ba4f9c80cb8f01b33b882484382f157fb7457b8b7c5f73a32ac556339ac8faa
3
+ metadata.gz: 295d59492bfdba11f5529ed80248fd516c2aa25d1d3a34b5122e253b92f962d8
4
+ data.tar.gz: 5bf0fc48b3a163fbebea55431a472fc14215b58f837b17834456ceeecde00ad7
5
5
  SHA512:
6
- metadata.gz: b6dd6406339029c375018d69c903d85e113bfabac3935b7aecfbe871333af93f51668dc918615eb15acc483f3e2cb38097f3fd43791147276fa1577a7945ad18
7
- data.tar.gz: 741b8b329b8362a1f83c2addc1701a420a53fd5fb1da2140bf4535d8c3cea1b13a9cf151f798cc203878dc611839b5c940aa80b062d6727f786b11188d512b18
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
- ciinabox_repo=''
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.1612323213
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-03 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