ood_packaging 0.0.2.r2.0 → 0.0.3.r2.0

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: 9a6b3566973d14a67793306517648074a14a90e485adb9e16c150477f0622875
4
- data.tar.gz: 1b24618f2a5ae46c8a39e759e2cae1ae9b06f439f774de56dbd084832331b1b8
3
+ metadata.gz: 7fcaaed05fcdf85f942480ee3c0c983dcb636e68c033ad2e613bbda346893109
4
+ data.tar.gz: 96a5eea4c809d8d076374dc0d2855e5b390cb5f42410edb8e60fee23349b534f
5
5
  SHA512:
6
- metadata.gz: 1be5dc8f3a13ffc3eeeb496ed6b700ac92a78b8d84861225a01f3343b11ba6387b389794af9ceda44b7ea80b22dc364c21780d8578a1d770984165028ca4c25f
7
- data.tar.gz: 47a5e5315cd46df79c3500b8c5f118217ad25303a5189c2b0b4be6de71691db00d7369766b20c95bbc12eaa35c09fb4c6d47c671252372098afa770fd5d345fa
6
+ metadata.gz: 506cc31f4d30572a1d8c1e38e338d3133bca116a1543d861ba9c8b3ea489f4924c19428d3f9d8aa7aaf0ff332f9b8e5345a224fdd88bbbc587c4b6fef00e2200
7
+ data.tar.gz: df75dfdf6f84cf24bd1b3a6f2b3572106e417fbe0af705f390ac74fd74b0273833229347fc26ce6fb4f20145e6f3263cadfc1dd1294fe7138263c2270e965787
@@ -12,10 +12,12 @@ class OodPackaging::BuildBox
12
12
  BASE_IMAGES = {
13
13
  'el7' => 'centos:7',
14
14
  'el8' => 'rockylinux/rockylinux:8',
15
+ 'ubuntu-18.04' => 'ubuntu:18.04',
15
16
  'ubuntu-20.04' => 'ubuntu:20.04'
16
17
  }.freeze
17
18
 
18
19
  CODENAMES = {
20
+ 'ubuntu-18.04' => 'bionic',
19
21
  'ubuntu-20.04' => 'focal'
20
22
  }.freeze
21
23
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Version code for OodPackaging
4
4
  module OodPackaging
5
- VERSION = '0.0.2.r2.0'
5
+ VERSION = '0.0.3.r2.0'
6
6
  PACKAGE_VERSION = {
7
7
  'ondemand-release' => {
8
8
  '(ubuntu|debian)' => '2.0.0',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ood_packaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.r2.0
4
+ version: 0.0.3.r2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trey Dockendorf
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-07-19 00:00:00.000000000 Z
12
+ date: 2022-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake