17 Commits

Author SHA1 Message Date
Dalton Hubble
d6f34be7da Remove Dockerhub mention from README
* We've not published images to Dockerhub in ages. It was once used as
a fallback, but Docker's policies made the platform troublesome to
support and fallback images got very little use.
2024-09-20 14:25:11 -07:00
Dalton Hubble
803056a221 Migrate container image builds to GitHub Workflows
* Migrate from the internal Drone server using a GitHub Workflow
to perform the multi-arch container image build
* Use self-hosted GitHub runners on ARM64 to perform the ARM64
build step faster that QEMU/KVM emulation
* Mandate approval for all workflow runs from outside contributors
since the builds use push credentials and partially run internally
2023-05-20 11:58:30 -07:00
Dalton Hubble
dd98c8255d Update Kubelet from v1.26.0 to v1.26.1
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#v1261
2023-01-19 08:08:52 -08:00
Dalton Hubble
0a7d1d48f2 Update Kubelet from v1.25.3 to v1.25.4
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1254
2022-11-10 09:27:50 -08:00
Dalton Hubble
f4e3f06ae8 Add badges to README 2022-07-31 17:42:23 -07:00
Dalton Hubble
6a5526767a Tag Kubelet v1.20.5 release 2021-03-19 10:49:20 -07:00
Dalton Hubble
b8c8d8998a Minor README change to test build pipeline 2021-03-18 23:39:57 -07:00
Dalton Hubble
26b7bca909 NoOp change to debug buildah publishing 2021-02-17 21:39:30 -08:00
Dalton Hubble
107a212f20 Use a generic Quay badge link, decoupled from builds
* Official container image builds are performed by internal
automation, not Quay or Dockerhub. Quay and Dockerhub builds
are meant only for those requiring verification, a failure
should not appear on the README
* In this case, Quay fails due to Dockerhub rate limits
which we'll ignore for now
2020-12-03 01:11:15 -08:00
Dalton Hubble
7ce248f8a0 Update Kubelet from v1.19.0 to v1.19.1
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#v1191
2020-09-09 19:10:06 -07:00
Dalton Hubble
0e917eec9b Update Kubelet to v1.19.0-rc.4
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#v1190-rc4
2020-08-05 00:42:04 -07:00
Dalton Hubble
925279dcb9 Make minor README edits 2020-06-25 23:22:59 -07:00
Dalton Hubble
76ef1ced33 Update Kubelet from v1.18.3 to v1.18.4
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1184
2020-06-17 19:07:51 -07:00
Dalton Hubble
8d23828538 Update README to provide repo and tagging details
* Describe the Quay and Dockerhub repositories that
will serve poseidon's Kubelet container image for
Typhoon
* Describe the tag policy for builds by internal infra
and by Quay/Dockerhub autobuilds
* Add a simple badge indicator for Dockerhub
2020-05-29 02:28:27 -07:00
Dalton Hubble
7aabb42f67 Remove dependencies for supporting gitRepo volumes
* Kubernetes gitRepo volumes are deprecated and have
reasonable alternatives. Supporting them is not a goal
* gitRepo Kubelet dependencies bloat the image and add
to the CVE surface area unnecessarily

Rel: https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo
2020-03-26 23:46:02 -07:00
Dalton Hubble
612b947d22 Add Quay Build Status badge to README 2020-03-17 21:56:28 -07:00
Dalton Hubble
87fa832960 Add Kubelet container image based on debian-iptables:v12.0.1
* Package the upstream Kubernetes `kubelet` and dependencies for
use on container-optimized OS distributions
* Include `kubectl` for convenience for node deletion on preemption

Background:

* Kubernetes releases the Kubelet as a binary for distros to
package. Upstream no longer wishes to maintain the hyperkube
container image
2020-03-17 21:41:42 -07:00