scylladb / scylla-machine-image

Apache License 2.0
18 stars 25 forks source link

(images):create kernel-version output with cloud source #454

Closed yaronkaikov closed 1 year ago

yaronkaikov commented 1 year ago

Today when we create images we have the same file name for all cloud images.

Let's generate a cloud specific kernel filename

Ref: https://github.com/scylladb/scylla-pkg/pull/3406

benipeled commented 1 year ago

I'd go with one file with all versions instead of 3 different files (seems like we already writing the info to the 00-build) other than that lgtm

yaronkaikov commented 1 year ago

I'd go with one file with all versions instead of 3 different files (seems like we already writing the info to the 00-build) other than that lgtm

Since we are running in a parallel process (for next-machine-image) we need to have separate files. Although there is no need to keep it, just use it for writing it in 00-Build.txt