Skip to content
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

docker deploy fail due to CC_DOCKER_FIXED_CIDR_V6 #87

Open
hcaumeil opened this issue Oct 4, 2024 · 1 comment
Open

docker deploy fail due to CC_DOCKER_FIXED_CIDR_V6 #87

hcaumeil opened this issue Oct 4, 2024 · 1 comment

Comments

@hcaumeil
Copy link

hcaumeil commented Oct 4, 2024

pkg.IfIsSetB(p.EnableIPv6, func(e bool) { env["CC_DOCKER_FIXED_CIDR_V6"] = strconv.FormatBool(e) })

This environnement variable does not seems to be a boolean anymore :
https://developers.clever-cloud.com/doc/applications/docker/#enable-ipv6-networking

It causes docker deployment to fail

@hcaumeil hcaumeil changed the title docker deploy faill due to CC_DOCKER_FIXED_CIDR_V6 docker deploy fail due to CC_DOCKER_FIXED_CIDR_V6 Oct 4, 2024
@juwit
Copy link
Contributor

juwit commented Jan 3, 2025

I had the same issue with the env var. The PR #105 proposes a temporary solution before re-writing the logic behind the enable_ipv6 argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants