-
Notifications
You must be signed in to change notification settings - Fork 139
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
panic: runtime error: invalid memory address or nil pointer dereference #699
Comments
I have the same (or similar) problem, running it in Github actions with
golang installed based on https://github.com/actions/setup-go
command I run is along the lines of
|
With the help of the Golang community granting me a second eye, we were able to find the likely culprit in the I would recommend though that maybe the maintainers of the repo could consider a different strategy for what they are trying to achieve, one that could range from using a different env var to at least documenting it better (currently missing from docs, as far as I could tell). |
Confirmation
cf-terraforming version
v0.18.0 and up
Expected outcome
I was expecting to receive:
terraform init && cf-terraforming generate --zone "ZONE" --resource-type "cloudflare_record" --email $TF_VAR_cf_mail --token $TF_VAR_cf_api_token -vvv || true
Actual outcome
terraform init && cf-terraforming generate --zone "ZONE" --resource-type "cloudflare_record" --email $TF_VAR_cf_mail --token $TF_VAR_cf_api_token -vvv || true
Steps to reproduce
Dockerfile latest version
And I also tested versions lower than the latest one.
As a result, containers built on a Mac (M1) work as expected, but those built on the amd64 architecture using Kaniko return an error.
References
No response
The text was updated successfully, but these errors were encountered: