-
Notifications
You must be signed in to change notification settings - Fork 9
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
treewide: change runtime-handler naming scheme #772
Conversation
e733015
to
41155e6
Compare
41155e6
to
e7e5748
Compare
Why is this placing the version in the runtime handler name and not the hash of the runtime files? |
fcaf780
to
e7e5748
Compare
The documentation needs to be updated to reflect the new name: contrast/docs/docs/examples/emojivoto.md Line 79 in 319bd50
|
a24219d
to
6e40ff8
Compare
6e40ff8
to
80685d3
Compare
|
80685d3
to
81b98be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
We still need to change this path here:
|
.../by-name/microsoft/genpolicy/0004-genpolicy-regex-check-contrast-specific-layer-src-pr.patch
Outdated
Show resolved
Hide resolved
packages/by-name/kata/contrast-node-installer-image/package.nix
Outdated
Show resolved
Hide resolved
|
81b98be
to
aade31a
Compare
aade31a
to
265e7d4
Compare
b5e3827
to
8f24add
Compare
8f24add
to
2cc8939
Compare
The Contrast runtime handlers are now named in the format `contrast-cc--<platform>-<hash>`, where `<hash>` is the hash of the relevant runtime components for platform and `<platform>` is the lowercase variant of the deployed platform.
2cc8939
to
0eb46f1
Compare
The Contrast runtime handlers are now named in the format
contrast-cc-<platform>-<hash>
, wherehash
is the hash of the relevant runtime components forplatform
andplatform
is the lowercase variant of the deployed platform.