Install gcloud cli
This commit is contained in:
7
files/gcloud/etc/yum.repos.d/google-cloud-sdk.repo
Normal file
7
files/gcloud/etc/yum.repos.d/google-cloud-sdk.repo
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[google-cloud-cli]
|
||||||
|
name=Google Cloud CLI
|
||||||
|
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-x86_64
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
repo_gpgcheck=0
|
||||||
|
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
||||||
6
files/kubectl/etc/yum.repos.d/kubectl.repo
Normal file
6
files/kubectl/etc/yum.repos.d/kubectl.repo
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[kubernetes]
|
||||||
|
name=Kubernetes
|
||||||
|
baseurl=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
modules:
|
modules:
|
||||||
- from-file: common/docker-engine.yml
|
- from-file: common/docker-engine.yml
|
||||||
- type: script
|
- type: files
|
||||||
scripts:
|
files:
|
||||||
- setup-kubectl.sh
|
- source: gcloud
|
||||||
|
destination: /
|
||||||
|
- source: kubectl
|
||||||
|
destination: /
|
||||||
- type: rpm-ostree
|
- type: rpm-ostree
|
||||||
repos:
|
repos:
|
||||||
- https://pkg.earthly.dev/earthly.repo
|
- https://pkg.earthly.dev/earthly.repo
|
||||||
@@ -25,6 +28,7 @@ modules:
|
|||||||
- gh
|
- gh
|
||||||
- go
|
- go
|
||||||
- git-lfs
|
- git-lfs
|
||||||
|
- google-cloud-cli
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
- install-mkcert.sh
|
- install-mkcert.sh
|
||||||
|
|||||||
@@ -6,8 +6,3 @@ modules:
|
|||||||
- type: rpm-ostree
|
- type: rpm-ostree
|
||||||
install:
|
install:
|
||||||
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
|
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
|
||||||
# - type: r2modman
|
|
||||||
# version: 3.1.49
|
|
||||||
# - type: script
|
|
||||||
# scripts:
|
|
||||||
# - install-gamescope-plus.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user