Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download custom images with fixed version #1570

Merged
merged 2 commits into from May 14, 2024
Merged

Conversation

enescakir
Copy link
Member

Download custom images with fixed version

When we download a custom image without specifying a version, defaults to the latest one, making it difficult to identify which version is in use on the host.

Moreover, when we release a new version of an image, we don't immediately want to download the latest version. Instead, we prefer to test the new version before deploying it on the some hosts first.

Using a fixed version also simplifies the verification of SHA256 checksums.

Add SHA256 checksums for custom images

@enescakir enescakir requested review from pykello, byucesoy and a team May 9, 2024 05:45
@enescakir enescakir self-assigned this May 9, 2024
@pykello pykello force-pushed the pykello/image_versioning branch 3 times, most recently from ad4983e to ef8654f Compare May 9, 2024 21:30
@pykello pykello force-pushed the pykello/image_versioning branch 2 times, most recently from f78b995 to c8f4f5b Compare May 9, 2024 23:14
@pykello pykello force-pushed the pykello/image_versioning branch 2 times, most recently from 6b43e9a to 522340d Compare May 9, 2024 23:34
Base automatically changed from pykello/image_versioning to main May 10, 2024 02:08
@enescakir enescakir force-pushed the custom-image-version branch 2 times, most recently from 5d09b08 to 02dcd6f Compare May 12, 2024 18:29
@enescakir enescakir requested a review from fdr May 12, 2024 18:31
model/vm_host.rb Outdated Show resolved Hide resolved
When we download a custom image without specifying a version, defaults
to the latest one, making it difficult to identify which version is in
use on the host.

Moreover, when we release a new version of an image, we don't
immediately want to download the latest version. Instead, we prefer to
test the new version before deploying it on the some hosts first.

Using a fixed version also simplifies the verification of SHA256
checksums.
@enescakir enescakir merged commit 81b3eb9 into main May 14, 2024
6 checks passed
@enescakir enescakir deleted the custom-image-version branch May 14, 2024 15:57
@github-actions github-actions bot locked and limited conversation to collaborators May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants