You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
==> oracle-oci: Running goss tests...
==> oracle-oci: Running GOSS render command: cd /tmp/goss && /tmp/goss-0.3.16-linux-amd64 --gossfile goss/goss.yaml --vars /tmp/goss/goss-vars.yaml --vars-inline '{"ARCH":"amd64","OS":"oracle linux","PROVIDER":"oci","containerd_version":"1.7.20","kubernetes_cni_deb_version":"","kubernetes_cni_rpm_version":"","kubernetes_cni_source_type":"pkg","kubernetes_cni_version":"1.2.0","kubernetes_deb_version":"1.30.5-1.1","kubernetes_rpm_version":"1.30.5","kubernetes_source_type":"pkg","kubernetes_version":"1.30.5"}' render > /tmp/goss-spec.yaml
==> 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"
Anything else you would like to add?
/kind bug
The text was updated successfully, but these errors were encountered:
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: