11 Commits

Author SHA1 Message Date
Pedro Tashima
6dfe994e7d Add quick k3s images (#52407)
* add quick k3s images target

* replace k3s images action

* remove k3s images from quick

* set dest to bin

* empty commit
2025-10-20 17:23:32 -03:00
Tom Lebreux
0f01916f3b Add make quick-binary-server command (#51098) 2025-07-22 11:58:20 -04:00
Tom Lebreux
e4d6ba4d1f Faster agent image build (#49636)
* Run go mod for each modules

* Rename builder to chroot-builder, add builder

* Move charts fetching to intermediate stages

* Move KDM fetching to intermediate stage

* Move ARCH and VERSION arg to top-level

* Move tini to intermediate stage

* Add agent target to Dockerfile

* Move go mod download to intermediate stage

* Remove package/Dockerfile.agent

* Remove build-server dependency for build-agent

* Add TARGET env var to control which target

* Fix packages

* Add quick-agent and quick-server Makefile target

* Undo codecoverage changes
2025-04-17 14:06:43 -04:00
Silvio Moioli
0057ee446a Unbreak make quick (#46561)
Recent GHA related changes have broken make quick and the related dev-scripts/build-local.sh script, which were used to compile Rancher and build charts locally.

This functionality required the dapper tool which is now being removed from all scripts.

This change is a first step to restore functionality - at least to rebuild the Rancher Manager images (server and agent).

Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Pedro Tashima <23709916+tashima42@users.noreply.github.com>
2024-08-07 18:12:28 +02:00
Sebastiaan van Steenis
fb0e5b21a3 Remove unused release automation 2023-09-29 14:41:59 +02:00
Dirk Mueller
d1249b5c69 [2.7] SLE BCI update to 15.4 (#39767)
* avoid bashisms in makefile

'[[' only exists in bash or bash-family shells like zsh. use posix
compatible '[' (which is test(1)) instead.

* Agent: Switch SLE BCI base image to 15.4

The 15.3 image is EOF on 2022-12-31

* Use vim-small in Rancher image

This avoids 7MB of dependencies, avoids perl and libgdbm

* Rancher: Switch SLE BCI base image to 15.4

The 15.3 image is EOF on 2022-12-31
2022-12-13 06:04:31 -03:00
Jiaqi Luo
30262efc60 enable the downloading of dapper on the Darwin ARM64 platform 2022-10-04 16:20:54 -07:00
Sebastiaan van Steenis
0ff5440a41 Add release docs 2022-07-28 10:45:31 +02:00
Luther Monson
7d4bfd887f removing trash from the repo (#37470) 2022-05-13 07:28:14 -07:00
Donnie Adams
d1cab0c2a2 Add log to indicate that dapper download not supported on M1 Macs 2022-02-11 11:16:04 -07:00
Darren Shepherd
89854cf6f2 Initial Commit 2017-12-12 19:43:56 -07:00