-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fixes for run image extension #1134
Commits on Jun 30, 2023
-
When pulling remote image data, fail if the remote image is not found
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for b698140 - Browse repository at this point
Copy the full SHA b698140View commit details -
When validating dockerfiles, set extend to true if there are any inst…
…ructions (vs more than one instruction) Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 13f323f - Browse repository at this point
Copy the full SHA 13f323fView commit details -
Update matching logic when considering if two image names are equival…
…ent to ignore the digest portion of the reference if present (for the purpose of selecting data from run.toml to add to the lifecycle metadata label i.e., “run image for rebase”) Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for bedfb81 - Browse repository at this point
Copy the full SHA bedfb81View commit details -
Don't print `%!s(<nil>)` if nil is provided to the "parse maybe" function Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 2afaa5a - Browse repository at this point
Copy the full SHA 2afaa5aView commit details -
When exporting, continue to use run image identifier (which could be …
…a digest reference or daemon image ID) instead of falling back to image name when exporting to a daemon. Previously, the digest reference was incorrect which caused the daemon not to find the image. But when provided a correct digest reference the daemon can still find it. Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for a5a1425 - Browse repository at this point
Copy the full SHA a5a1425View commit details -
Add Contains method to structs that hold run image information for ex…
…port When determining if a provided reference is found in existing metadata, remove its digest - except when setting the new run image "image" in analyzed.toml, because we should always respect what the extension author wrote. Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 47480dd - Browse repository at this point
Copy the full SHA 47480ddView commit details -
When finding the run image info for export, use the run image "image"…
… (name) in analyzed.toml as the search key, because the run image "reference" could be a daemon image ID or include the digest, which isn't helpful when retrieving image names that are supposed to float. Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 07a7676 - Browse repository at this point
Copy the full SHA 07a7676View commit details -
Fix detector acceptance and add more logging
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for debf8de - Browse repository at this point
Copy the full SHA debf8deView commit details -
Fix: use "image" instead of "reference" and also guard against image …
…not found when we are only updating the reference and target data in analyzed.toml Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for eb08a3c - Browse repository at this point
Copy the full SHA eb08a3cView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for ff750f3 - Browse repository at this point
Copy the full SHA ff750f3View commit details