Carlos Panato
abbf8c3bed
[go1.17] Update to go1.17.3
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-11-07 16:29:35 +01:00
Kubernetes Prow Robot
1dd781ddca
Merge pull request #106065 from pacoxu/etcd-3.5.1-image-build
...
update etcd makefile to using 3.5.1 for building
2021-11-02 19:01:17 -07:00
Paco Xu
6bac4dcaf7
update etcd makefile to using 3.5.1 for building
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io >
2021-11-02 09:56:21 +08:00
Kubernetes Prow Robot
657412713b
Merge pull request #102637 from charlesxsh/fix-migrate-sever
...
fix potential deadlock
2021-11-01 04:17:19 -07:00
Kubernetes Prow Robot
819b021ada
Merge pull request #92433 from claudiubelu/windows/etcd-image
...
Adds Windows support for etcd image
2021-10-18 15:49:34 -07:00
Mengjiao Liu
19e8852154
[go1.17] Update to go1.17.2
2021-10-14 16:15:51 +08:00
Sascha Grunert
9ae990e3d5
Use docker buildx for etcd image
...
This allows to choose the correct architecture in the image manifest,
which defaulted to the host system before applying this patch.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-10-05 13:38:02 +02:00
Aaron Crickenberger
d41f9339f6
Revert "Use docker buildx for etcd image"
...
This reverts commit ea1bc18bc1 .
But bumps the REVISION var
This commit broke etcd image builds
2021-09-27 10:46:17 -07:00
Kubernetes Prow Robot
d385d0602a
Merge pull request #105158 from justaugustus/its-a-bullseye
...
releng: Update build images to Debian 11 (Bullseye)
2021-09-26 23:14:23 -07:00
Claudiu Belu
c4fc9bba6c
Adds Windows support for etcd image
...
We can use docker buildx in order to build and push Windows images from the same Linux node,
as long as the Dockerfile does not have any RUN commands in the Windows step.
We also need to create a non-default builder instance in order to be able to build and
push Windows images.
The Windows images have to be built and pushed directly to the registry.
For Windows containers without Hyper-V isolation, the host OS Version and the
Container OS Version need to match, which is why we added multiple Windows OS Versions
to the building process.
For the manifest list, we need to also annotate the Windows OS Version, so the Windows nodes
will be able to pull the proper image from the manifest list.
Adds support for Windows OS Versions: 1809, 2004, 20H2, ltsc2022.
Bumped etcd image revision.
2021-09-24 18:28:00 +00:00
Aaron Crickenberger
42a955b3ae
use k8s-staging-test-infra/gcb-docker-gcloud
2021-09-24 06:54:40 -07:00
Stephen Augustus
8dcaf8433b
cluster/images/etcd: Build 3.5.0-2 image
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-09-20 21:02:49 -04:00
Stephen Augustus
531eb712c2
releng: Update build images to Debian 11 (Bullseye)
...
- debian-base:bullseye-v1.0.0
- debian-iptables:bullseye-v1.0.0
- go-runner:v2.3.1-go1.17.1-bullseye.0
- kube-cross:v1.23.0-go1.17.1-bullseye.0
- setcap:bullseye-v1.0.0
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-09-20 20:51:32 -04:00
Carlos Panato
132c7066e0
[go1.17] Update to go1.17.1
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-09-14 13:04:25 +02:00
Stephen Augustus
481cf6fbe7
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-08-24 15:47:49 -04:00
Antonio Ojea
0cd75e8fec
run hack/update-netparse-cve.sh
2021-08-20 10:42:09 +02:00
Marek Siarkowicz
704628fde4
Update golang used in etcd image to 1.16.7
2021-08-12 10:28:01 +02:00
Kubernetes Prow Robot
a21a328a1a
Merge pull request #104116 from saschagrunert/etcd-buildx
...
Use docker buildx for etcd image
2021-08-11 00:54:49 -07:00
Mengjiao Liu
08d8f29a7a
Update debian-base image to buster-v1.9.0
2021-08-07 09:44:59 +08:00
Sascha Grunert
ea1bc18bc1
Use docker buildx for etcd image
...
This allows to choose the correct architecture in the image manifest,
which defaulted to the host system before applying this patch.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-08-04 14:49:45 +02:00
Joyce Kung
42f9333e7f
Update debian-base image to buster-v1.8.0
2021-06-25 20:38:15 -04:00
tiloso
b22d0b13cc
Fix verify staticcheck flake in cluster/images/etcd
2021-06-21 12:05:42 +02:00
Kubernetes Prow Robot
d89c11a0d4
Merge pull request #102629 from tiloso/staticcheck-cluster-apimachinery-apiserver
...
Fix staticcheck in cluster & k8s.io/{apimachinery,apiserver}
2021-06-18 09:52:06 -07:00
pacoxu
4ee38f33d2
update etcd makefile to build v3.5.0 image
2021-06-16 14:41:44 +08:00
Jordan Liggitt
2979c3325e
Switch to go.etcd.io/etcd/client/v3
2021-06-15 09:53:06 -04:00
Jordan Liggitt
5f1983d871
Drop etcd v2 support from etcd migration image
2021-06-15 09:53:05 -04:00
Mengjiao Liu
dc5626cc18
Upgrade debian-base to buster v1.7.1
2021-06-09 14:30:31 +08:00
tiloso
c5d70e9db1
Fix staticcheck in cluster & k8s.io/{apimachinery,apiserver}
2021-06-05 22:15:15 +02:00
Marek Siarkowicz
82be7aad26
Update etcd makefile to build v3.5.0-rc.0 image
2021-06-04 08:31:19 +02:00
Shihao Xia
f1c1992f5e
fix potential deadlock
2021-06-03 21:48:34 -04:00
Marko Mudrinić
80fa50e0d7
Update etcd image revision
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2021-05-25 22:49:20 +02:00
Marko Mudrinić
33fe4bb076
Update debian-base to buster-v1.7.0
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2021-05-25 22:49:03 +02:00
Marek Siarkowicz
e862421c2b
Update etcd makefile to build v3.5.0-beta.3 image
2021-05-25 15:37:22 +02:00
jindijamie
d1b205c9fd
Update Makefile
2021-04-12 14:32:54 -07:00
jindijamie
7e7a6284be
update debian-base to buster-v1.5.0 for CVEs
2021-04-09 19:27:10 +00:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Kubernetes Prow Robot
f4801a7c85
Merge pull request #98799 from claudiubelu/images/cleanup-run
...
images: Removes containers after they've run
2021-02-22 22:24:11 -08:00
Vinayak Goyal
81df4d7dc4
Use ARG and --build-arg instead of sed for etcd image.
2021-02-13 01:07:27 -08:00
Claudiu Belu
41cdd40a2e
images: Removes containers after they've run
...
Not all instances of docker run has the --rm argument, which means that they'll
persist after they've finished. This can cause storage to remain occupied needlessly.
2021-02-05 10:07:26 +00:00
Sascha Grunert
1acaf32cff
Bump debian-base to v1.4.0 and debian-iptables to v1.5.0
...
Both images are now sane multi-architecture images and should fix the
kube-proxy container image in the same way.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de >
2021-01-28 13:47:09 +01:00
pacoxu
6a795f5f51
update etcd revision to 2 for next build 3.4.13-2
2021-01-26 15:29:26 +08:00
pacoxu
f76be691a2
update debian-base to buster-v1.3.0 for CVEs
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-01-26 14:10:20 +08:00
Maciej Borsz
7f09d59215
Migrate etcd's livenessProbe to etcdctl endpoint health.
...
Change-Id: Ie19c844050c75e3d1c4b431d09ba0ac851c5317b
2020-12-11 12:43:02 +01:00
Sean McGinnis
be131457ef
Remove stale analytics links from docs
...
Many README files and other docs contained a link to a an appspot
tracking app that is no longer active. Following the links leads to an
error about Go 1.9 no longer being supported. Go 1.9 support was dropped
in appspot in 2019 and disabled June 2020.
This also resulted in a broken image link displaying when viewing these
files on GitHub. Since the app is no longer functioning, and since it
causes a potentially (but granted, minor) confusing error to display,
this just removes those links as I don't believe they are needed
anymore.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2020-11-18 07:04:48 -06:00
Ben Hu
e8fcc44286
Add client listening URLs flag to etcd migrate.
2020-10-16 23:10:54 +00:00
Stephen Augustus
c67713a1ef
cluster/images/etcd: Build etcd:3.4.13-1 image
...
- Uses debian-base:buster-v1.2.0
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-09-17 13:06:27 -04:00
Stephen Augustus
06b0570444
build: Update to debian-base:buster-v1.2.0
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-09-17 13:06:27 -04:00
Kubernetes Prow Robot
2e59a17dc1
Merge pull request #92288 from zhijianli88/cleanup-tempfiles
...
Cleanup tempfiles
2020-08-27 17:56:54 -07:00
jingyih
45318e8190
Update etcd makefile to build 3.4.13 image
2020-08-27 03:33:51 +08:00
Stephen Augustus
21863237a7
cluster/images/etcd: Build etcd@3.4.9-3 using debian-base@v2.1.3
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-08-11 23:20:06 -04:00