Commit Graph

27 Commits

Author SHA1 Message Date
Ettore Di Giacinto
cef302e620 art: Drop ENV from OSRELEASE macro
This is not really needed, and it attach the envs to the image into layers, which
makes customizing convoluted.
2022-08-18 08:43:00 +00:00
Ettore Di Giacinto
a2c870bbb5 art: Minor Earthfile fixups
drop defaults from OSRELEASE, default OS_LABEL with latest
2022-08-18 07:09:52 +00:00
Ettore Di Giacinto
6c69130dc4 robot: Fixup goreleaser build, drop windows builds for the agent 2022-08-17 08:40:24 +00:00
Ettore Di Giacinto
b7cadd29d4 art: Write only version to VERSION in os-release
Add FLAVOR and VARIANT to handle those separately, this should also fix upgrades.

Fixes https://github.com/c3os-io/c3os/issues/80
2022-08-17 08:02:18 +00:00
Ettore Di Giacinto
de03a0a0a7 gear: Make sure /etc/machine-id is not present 2022-08-14 16:52:38 +00:00
Ettore Di Giacinto
ba300e4ce4 art: Allow to override more options from os release file 2022-08-12 22:21:11 +00:00
mudler
5082930560 robot: Run only relevant tests, push to core-*
From now on images built from this repo are the c3os core images.
c3os core images contains only the base image, framework files and the c3os agent.

This also sets up tests accordingly to run only to cover the c3os-agent.
2022-08-12 15:49:41 +02:00
Ettore Di Giacinto
1f9fabb6ba Merge pull request #79 from c3os-io/feature/image-rename
swiched image naming scheme
2022-08-09 22:20:55 +02:00
Ettore Di Giacinto
288ab3f8b7 Merge pull request #55 from c3os-io/feature/cluster-provider
Abstract Cluster Provisioning with Cluster Plugins
2022-08-09 08:01:54 +02:00
Ettore Di Giacinto
d008a3f042 art: Keep os-release template for reusage 2022-08-08 17:45:24 +00:00
Ettore Di Giacinto
f3be39de43 bug: Fix k3s version when building the image 2022-08-08 12:29:27 +00:00
Ettore Di Giacinto
1ddf434a6f art: Make k3s install into Earthfile
In this way the source image is kept clean, and the +docker target can be optionally instructed
to install or not a specific k3s version into the image. Defaults to bundle k3s.
2022-08-08 10:40:55 +00:00
Ettore Di Giacinto
5b06825dc5 robot: Pin golang version
In order to workaround https://github.com/golangci/golangci-lint/issues/2374
2022-08-08 08:31:00 +00:00
Ettore Di Giacinto
7d3c952e8b arrow_up: Bump golangci-lint version 2022-08-08 08:27:41 +00:00
Ettore Di Giacinto
ac5b348e4b arrow_up: Handle upstream image rename 2022-08-08 08:20:02 +00:00
Ettore Di Giacinto
2507d4d44d bug: Add sudo to the arm-image builder image 2022-07-25 18:01:05 +00:00
Ettore Di Giacinto
d58952879a robot: Fixup GH ARM releases and netboot versioning 2022-07-23 15:02:10 +00:00
Ettore Di Giacinto
4282d9510e arrow_up: Bump images, fix Earthly targets, add rockylinux 2022-07-22 21:40:39 +00:00
Ettore Di Giacinto
27280cf8a6 gear: Be sure to run datasource before install
Seems in certain condition the datasource is kicking late and serving the datasource not fast as wanted.

We make sure to pull it before install, so we also give chance to convoluted setups to pull configs.

Also wires up autoinstall tests to CI
2022-07-21 21:38:07 +00:00
Ettore Di Giacinto
011ce96475 robot: Add target to run qemu tests locally 2022-07-20 16:41:33 +00:00
Ettore Di Giacinto
4e2b94c42b robot: Run lint checks 2022-07-16 14:28:22 +00:00
Ettore Di Giacinto
68add8c3aa art: Add +test target 2022-07-16 13:19:23 +00:00
Ettore Di Giacinto
a7cf9f9a8f art: Make targets more flexible
and adds more useful Earthly targets
2022-07-14 18:05:58 +00:00
Ettore Di Giacinto
aa720de6f8 gear: Add c3os bundles 2022-07-13 22:23:47 +00:00
Ettore Di Giacinto
271417e5b8 gear: Add ipxe target 2022-07-09 22:38:33 +00:00
Ettore Di Giacinto
f48b11ab1a art: Split build targets to speedup process 2022-07-09 18:13:25 +00:00
mudler
bbc1aa6ef5 art: Use Earthly for builds 2022-07-08 01:56:51 +02:00