Complete reimplementation to support cross platform usage without namespaces
This commit is contained in:
2
container/static-repos/README.md
Normal file
2
container/static-repos/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
These repository files have no canonical home online so need to be statically
|
||||
saved and directly added to the container.
|
||||
7
container/static-repos/google-cloud-sdk.repo
Normal file
7
container/static-repos/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
container/static-repos/kubernetes.repo
Normal file
6
container/static-repos/kubernetes.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[kubernetes]
|
||||
name=Kubernetes
|
||||
baseurl=https://pkgs.k8s.io/core:/stable:/v1.32/rpm/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.32/rpm/repodata/repomd.xml.key
|
||||
Reference in New Issue
Block a user