Fixed "base resource type not found: docker-image" error in tutorial#256
Fixed "base resource type not found: docker-image" error in tutorial#256mreiche wants to merge 3 commits intoegen:masterfrom
Conversation
|
Are you planning to update the rest of the tutorial? The docker-image resource still exists, so I am wondering how you ran into this error. https://resource-types.concourse-ci.org/ |
Is just followed the tutorial, installing fly from brew. I found the fix here: https://stackoverflow.com/questions/66899791/concourse-tutorial-create-resource-config-base-resource-type-not-found-docke |
|
I will have to do some more research since looking at the latest release 7.7.0 the docker-image is supposed to be bundled in. |
|
The plot thickens as even 7.5.0 claims that docker-image is bundled in. |
|
I ran my local test and the docker-image resource worked just fine on 7.5.0. What are your environmental settings, so I can attempt to reproduce and we can update the tutorial with appropriate information? |
|
I see, I'm using no official image but https://github.com/robinhuiser/concourse-arm64/blob/main/docker-compose.yaml (https://hub.docker.com/r/rdclda/concourse), because I'm running Docker on a ARM64 chipset on Mac M1. |
|
Thanks, I would think all resources would fail unless you put in resource-type stanzas. I have an m1 to test on, so I will try it out over one of the coming weekends. |
|
I have a Mac m1 and run into the same issue. For me, I couldn't run the official docker image concourse/concourse, so had to use |
No description provided.