aethernal-agent 0.4.5 → 0.4.6
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/bin/install-aa +2 -1
- data/lib/aethernal_agent/version.rb +1 -1
- 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: 4673506df3f78a5ee742b04f05780d3602598a7ae09a2b1c574ef2b003520520
|
|
4
|
+
data.tar.gz: 2d5f819ceda2b100166877be6b227b756e994b4e54172d4d453de96b650d87ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b619e7e3069d8ca2237e354dc29827b1ddbb455099df7a301eb16ebf47e46186d5ef008ef4871941ac8688ff9ea08d9c3bc459af7b06871aa01260fe15dd75e5
|
|
7
|
+
data.tar.gz: 88f96600bbe41f2471d69dc302d8fbc89fb3c23ce02cac249318addab627bdbab6ae6cdcbefbe5994a230230b271e23d7b2579f1c5584e61bef1c70b23c2d281
|
data/bin/install-aa
CHANGED
|
@@ -105,7 +105,8 @@ main() {
|
|
|
105
105
|
echo "Docker not installed, doing that now"
|
|
106
106
|
run curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
|
107
107
|
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
|
108
|
-
|
|
108
|
+
# This will break when we support multiple Ubuntu versions
|
|
109
|
+
run apt-get install -y docker-ce=5:19.03.13~3-0~ubuntu-bionic
|
|
109
110
|
fi
|
|
110
111
|
|
|
111
112
|
if [[ "$1" = "from-ci" ]];then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aethernal-agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maran
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|