Skip to content

Instantly share code, notes, and snippets.

@nmvega
Last active April 12, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmvega/24a49a402fba092a5f6eaaf40bfc5e12 to your computer and use it in GitHub Desktop.
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).
[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