- May 02, 2023
-
-
Aleksey Karpov authored
dockerfile ubuntu update to 22.04 Update Dockerfile
-
- Apr 21, 2023
-
-
Luke Simmons authored
-
- Apr 11, 2023
-
-
Aleksey Karpov authored
* Adding checksum verification kubectl Added checksum check of binary file, added PYTHONDONTWRITEBYTECODE variable to improve stability of pip after installing packages and deleting cache, added --no-compile switch to pip package installation to improve performance after deleting cache. * Update Dockerfile
-
- Mar 02, 2023
-
-
Maxime Leroy authored
-
- Feb 28, 2023
-
-
Jack authored
-
- Feb 27, 2023
-
-
Aleksey Karpov authored
-
- Feb 22, 2023
-
-
Aleksey Karpov authored
-
- Feb 20, 2023
-
-
DRAGON2002 authored
* install nano/vi/vim Signed-off-by:
Anant Vijay <anantvijay3@gmail.com> * update Dockerfile Signed-off-by:
Anant Vijay <anantvijay3@gmail.com> --------- Signed-off-by:
Anant Vijay <anantvijay3@gmail.com>
-
- Feb 10, 2023
-
-
Kenichi Omichi authored
Since Kubespray v2.21.0, the commit a98ab404 removes copying contrib/ accidentaly. The contrib/ contains useful tools like offline tools etc. This adds the contrib/ to Dockerfile again.
-
- Jan 27, 2023
-
-
Florian Ruynat authored
-
- Jan 24, 2023
-
-
Florian Ruynat authored
-
- Jan 09, 2023
-
-
Luke Simmons authored
-
- Jun 15, 2022
-
-
蒋航 authored
Signed-off-by:
hang.jiang <hang.jiang@daocloud.io>
-
- May 29, 2022
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Apr 13, 2022
-
-
Florian Ruynat authored
-
- Mar 18, 2022
-
-
Cristian Calin authored
-
- Nov 02, 2021
-
-
Florian Ruynat authored
-
- Sep 06, 2021
-
-
Florian Ruynat authored
-
- Aug 26, 2021
-
-
Olivier Clavel authored
Related pip bug: https://stackoverflow.com/questions/68687029/unable-to-build-kubespray-container-from-dockerfile Proposed workaround in comment: https://github.com/pypa/pip/issues/10219#issuecomment-887337037 Setting LANG only prior to launching pip fixes the issue with a successful build
-
- Aug 25, 2021
-
-
Pratik Raj authored
using --no-cache-dir flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Signed-off-by:
Pratik Raj <rajpratik71@gmail.com>
-
- Apr 27, 2021
-
-
muzi502 authored
* Update Dockerfile for reduce image size * Remove KUBE_VERSION form Dockerfile
-
- Apr 16, 2021
-
-
Florian Ruynat authored
-
- Mar 19, 2021
-
-
Florian Ruynat authored
-
- Feb 22, 2021
-
-
Florian Ruynat authored
-
- Jan 16, 2021
-
-
Florian Ruynat authored
-
- Jan 14, 2021
-
-
Florian Ruynat authored
-
- Jan 06, 2021
-
-
Florian Ruynat authored
-
- Dec 16, 2020
-
-
Anthony Rabbito authored
* Update hashes and set default version to 1.19.5 Signed-off-by:
anthr76 <hello@anthonyrabbito.com> * Reorder hashes 1.19.5 hashes should be near 1.19.x * Added back blank line
-
- Dec 03, 2020
-
-
Christoph Stäbler authored
-
- Oct 21, 2020
-
-
Florian Ruynat authored
-
- Sep 17, 2020
-
-
Florian Ruynat authored
-
- Sep 11, 2020
-
-
Maxime Guyot authored
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Apr 29, 2020
-
-
Florian Ruynat authored
-
- Apr 10, 2020
-
-
Maxime Guyot authored
-
- Mar 27, 2020
-
-
Maxime Guyot authored
-
- Dec 11, 2019
-
-
Maxime Guyot authored
-
- Jul 12, 2019
-
-
Stanislav Makar authored
-
- Jun 14, 2019
-
-
Edwin Jacques authored
-
- Jun 09, 2019
-
-
Sergey Nuzhdin authored
This PR adds missing checksums for kubeadm and hyperkube and changes default version to 1.14.3 Signed-off-by:
Sergey Nuzhdin <ipaq.lw@gmail.com>
-