Last active
April 12, 2020 12:58
-
-
Save nmvega/24a49a402fba092a5f6eaaf40bfc5e12 to your computer and use it in GitHub Desktop.
Fedora / CensOS '/etc/yum.repos.d/kubernetes.conf'. Enables retrieving this file during the build of Dockerfile with wget(1).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kubernetes] | |
name=Kubernetes | |
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch | |
enabled=1 | |
gpgcheck=1 | |
repo_gpgcheck=1 | |
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment