Krzesimir Nowak
25883519d9
Merge pull request #504 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-26 10:49:42 +02:00
Flatcar Buildbot
85fb522a5a
Update mantle container image to latest HEAD
2022-09-26 08:48:18 +00:00
flatcar-ci
452a38a737
New version: main-3370.0.0-nightly-20220922-2100
2022-09-22 21:00:34 +00:00
Kai Lüke
a6b6645733
Merge pull request #501 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-22 18:49:04 +02:00
Flatcar Buildbot
87b5565f5e
Update mantle container image to latest HEAD
2022-09-22 16:45:00 +00:00
Kai Lüke
d6cb1009c6
Merge pull request #475 from flatcar/kai/plume-release
...
ci-automation/release.sh: Run plume to release cloud images
2022-09-22 18:44:39 +02:00
Kai Lueke
3fef1eb801
ci-automation/release: Set up secret envs
2022-09-22 18:31:50 +02:00
Kai Lueke
ffee812d32
ci-automation/release: Run plume release only once
...
We need to run plume only once for each arch, move it out of the loop.
Also, address some smaller things that shellcheck complains about.
2022-09-22 18:31:50 +02:00
Kai Lueke
79d89faf91
ci-automation/secret_to_file: Fix usage from subshell
...
This failed when used from ( secret_to_file ... VAR ; cat $VAR )
because ( ) starts a new subshell PID and secret_to_file's returned
/proc/PID/fd/X path was then using the wrong PID.
2022-09-22 18:31:50 +02:00
Kai Lueke
ef8f20f9dd
ci-automation/release: Disable GCS auth for plume pre-release
...
When GCS auth is expected, plume would upload the AMI list to GCS.
2022-09-22 18:31:50 +02:00
Mathieu Tortuyaux
593cf19a7a
release: get product IDs from Jenkins
...
the JSON object is passed from the Groovy script to the release script,
we just need to extract the correct AWS Marketplace product ID based on
the "<channel>-<arch>".
Exception for the stable-amd64 where we also need to get the stable-pro
product ID.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-22 18:31:50 +02:00
Mathieu Tortuyaux
27b62deb81
sdk_container: publish the SDK on a Docker registry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-22 18:31:50 +02:00
Kai Lueke
20ed1ad3a4
ci-automation/release.sh: Run plume to release cloud images
...
The mantle plume tool has two steps, pre-release is the mere upload and
release is the publication. In the past this was used to run the tests
inbetween but we don't do this anymore.
Run plume pre-release and release in a single job. Since plume can't
push to GCS in our case, we upload the files to bincache. Also do the
cloudformation update which was previously done in
flatcar-build-scripts but could only be run after the sync to Origin.
It requires the "aws" tool in the mantle container until we implement
this in plume directly.
2022-09-22 18:31:48 +02:00
flatcar-ci
fcc3b86ff2
New version: main-3369.0.0-nightly-20220921-2100
2022-09-21 21:00:27 +00:00
Krzesimir Nowak
ff44752edf
Merge pull request #495 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-21 17:20:07 +02:00
Flatcar Buildbot
3499367c2a
Update mantle container image to latest HEAD
2022-09-21 15:12:16 +00:00
flatcar-ci
fd44bfd22c
New version: main-3368.0.0-nightly-20220920-2100
2022-09-20 21:00:32 +00:00
Mathieu Tortuyaux
bfc212bac7
Merge pull request #491 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-20 15:40:10 +02:00
Flatcar Buildbot
671d6b60f7
Update mantle container image to latest HEAD
2022-09-20 12:38:17 +00:00
flatcar-ci
dc742389ba
New version: main-3367.0.0-nightly-20220919-2100
2022-09-19 21:00:31 +00:00
Kai Lüke
fc4142e8bc
Merge pull request #483 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-19 15:56:48 +02:00
Flatcar Buildbot
fbd4c64576
Update mantle container image to latest HEAD
2022-09-19 13:56:25 +00:00
Krzesimir Nowak
898f1b201e
Merge pull request #481 from flatcar/krnowak/stricter-version-check
...
ci-automation: Implement a stricter image version check
2022-09-19 12:15:20 +02:00
Krzesimir Nowak
1585ede78a
ci-automation: Implement a stricter image version check
...
I made a mistake and wrote a version like main-3363-0.0-stuff (note a
dash instead of a dot after the first number). Surprisingly the build
chugged along just fine almost until the end of the image job - it
detected invalid version string when the job wanted to create a
version.txt file:
ERROR build_image: script called: build_image '--board=amd64-usr' '--group=developer' '--output_root=/home/sdk/build/images' '--only_store_compressed' '--torcx_root=/home/sdk/build/torcx' 'prodtar' 'container'
ERROR build_image: Backtrace: (most recent call is last)
ERROR build_image: file build_image, line 196, called: split_ver '3363' 'SPLIT'
ERROR build_image: file common.sh, line 192, called: die 'Invalid version string '3363''
ERROR build_image:
ERROR build_image: Error was:
ERROR build_image: Invalid version string '3363'
Let's have a stricter version check in the beginning of the build
process, so the process fails sooner rather than later.
2022-09-19 12:12:37 +02:00
flatcar-ci
0aa225caab
New version: main-3364.0.0-nightly-20220916-2100
2022-09-16 21:00:36 +00:00
Kai Lüke
5f3887a1ba
Merge pull request #477 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-16 10:08:16 +02:00
Flatcar Buildbot
6f010ef6e2
Update mantle container image to latest HEAD
2022-09-15 21:00:46 +00:00
flatcar-ci
53c73bd988
New version: main-3363.0.0-nightly-20220915-2100
2022-09-15 21:00:31 +00:00
Kai Lüke
2a3b986440
Merge pull request #474 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-15 10:11:41 +02:00
Flatcar Buildbot
10dd30178d
Update mantle container image to latest HEAD
2022-09-14 21:00:51 +00:00
flatcar-ci
552eb97ade
New version: main-3362.0.0-nightly-20220914-2100
2022-09-14 21:00:32 +00:00
Kai Lüke
b0ed6c0c61
Merge pull request #453 from flatcar/kai/flatcar-rename
...
Prepare github org rename to flatcar
2022-09-14 14:49:08 +02:00
Kai Lüke
5e1ecf2700
Add correct repository link for coreos-overlay
...
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2022-09-14 14:33:27 +02:00
Kai Lueke
91a26e5e1e
Use new github org name "flatcar"
...
The "flatcar-linux" github org was renamed to "flatcar". There are no
github redirections in place and we have to update all links.
2022-09-14 14:33:27 +02:00
Kai Lueke
edba76c012
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects!
2022-09-14 14:33:24 +02:00
Kai Lueke
80e49d190f
Use new website flatcar.org
...
The flatcar-linux.org domain has redirects but it's better to use the
current domain directly.
2022-09-14 14:32:49 +02:00
Kai Lueke
e171ecd69d
Fix broken docs link
2022-09-14 14:32:49 +02:00
flatcar-ci
bbebf1397a
New version: main-3361.0.0-nightly-20220913-2100
2022-09-13 21:00:26 +00:00
flatcar-ci
50725433f3
New version: main-3360.0.0-nightly-20220912-2100
2022-09-12 21:00:27 +00:00
flatcar-ci
04ea6a2d95
New version: main-3357.0.0-nightly-20220909-2100
2022-09-09 21:00:28 +00:00
Kai Lüke
ad382857fc
Merge pull request #466 from flatcar-linux/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-09 12:44:53 +02:00
Flatcar Buildbot
47e060d21b
Update mantle container image to latest HEAD
2022-09-08 21:00:41 +00:00
flatcar-ci
3f05f3297d
New version: main-3356.0.0-nightly-20220908-2100
2022-09-08 21:00:24 +00:00
Kai Lüke
c6043c5a86
Merge pull request #461 from flatcar-linux/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-08 15:54:34 +02:00
Flatcar Buildbot
5d4f9700cb
Update mantle container image to latest HEAD
2022-09-08 13:07:49 +00:00
Krzesimir Nowak
040d69e700
Merge pull request #464 from flatcar-linux/krnowak/fix-official
...
bootstrap_sdk_container: Fix a check for an official build
2022-09-08 15:07:32 +02:00
Krzesimir Nowak
27c36a2f5e
bootstrap_sdk_container: Fix a check for an official build
...
It should happen after we had a chance of processing input parameters,
otherwise we were always operating on empty values which resulted in
always having an unofficial build.
2022-09-08 14:57:21 +02:00
Mathieu Tortuyaux
47f20d2dab
Merge pull request #457 from flatcar-linux/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-09-08 14:48:26 +02:00
Flatcar Buildbot
45b0717ed2
Update mantle container image to latest HEAD
2022-09-07 21:00:49 +00:00
flatcar-ci
38908c0da6
New version: main-3355.0.0-nightly-20220907-2100
2022-09-07 21:00:28 +00:00