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:
|
||||
- from-file: common/docker-engine.yml
|
||||
- type: script
|
||||
scripts:
|
||||
- setup-kubectl.sh
|
||||
- type: files
|
||||
files:
|
||||
- source: gcloud
|
||||
destination: /
|
||||
- source: kubectl
|
||||
destination: /
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://pkg.earthly.dev/earthly.repo
|
||||
@@ -25,6 +28,7 @@ modules:
|
||||
- gh
|
||||
- go
|
||||
- git-lfs
|
||||
- google-cloud-cli
|
||||
- type: script
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
|
||||
@@ -6,8 +6,3 @@ modules:
|
||||
- type: rpm-ostree
|
||||
install:
|
||||
- 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