generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 405
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
OCI image builds fail in goss on OS_VERSION key missing #1638
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
You can use this
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
make build-oci-ubuntu-2204
What steps did you take and what happened?
Upon attempting to run the build for multiple targets (Oracle Linux 8, Ubuntu 2204, etc) the image build errors out and terminates without completion with error: oracle-oci: could not read json data in goss/goss-package.yaml: template: test:62:26: executing "test" at <.Vars.OS_VERSION>: map has no entry for key "OS_VERSION"
Previous versions would also report this error but would proceed with build and image creation. In the latest version, this error stops the build and an image never gets created.
What did you expect to happen?
Previous versions, specifically v0.1.30, also encountered this goss failure but continued on and eventually complete the image creation. The latest version of the image-builder always fails and never completes image creation.
Relevant log output
Log Output
Anything else you would like to add?
/kind bug
The text was updated successfully, but these errors were encountered: