Ryan Baxter
Ryan Baxter
OK I can find someone on the buildpacks team and try and bug them I think. In the meantime do you have a sample dockerfile?
Even doing that I still am seeing ``` CreateContainerError: failed to create containerd container: error unpacking image: failed to resolve rootfs: content digest sha256:46f453b1b70ba9645399e1ce83c2412e67cb101e7da1189d28c73d83bc9d6619: not found ```
Yup ``` $ docker inspect --format='{{.Os}}/{{.Architecture}}' docker.io/springcloud/spring-cloud-kubernetes-discoveryclient-it:3.0.0-SNAPSHOT linux/arm64 ```
Yeah I reinstalled it just to make sure. How are you running the test then? I am just running the unit test from Intellij after I build the container.
`docker run` starts fine. The error is coming from the logs within the testcontainer.
Im such a dummy. I thought it was the integration test container giving that error, it was the container for the discovery server. Once I built the discovery server image...
Any tips on running the integration tests on kind in the 2.1.x branch?
No worries
configprops.adoc is generated based on the `additional-spring-configuration-metadata.json` files. We need to update them to be in sync with the properties we use. I believe there is a tool someone wrote...
How is this assisting with CraC support?