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

Fixed "base resource type not found: docker-image" error in tutorial #256

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mreiche
Copy link

@mreiche mreiche commented Mar 11, 2022

No description provided.

@norman-abramovitz
Copy link
Contributor

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/
https://github.com/concourse/docker-image-resource
https://github.com/concourse/registry-image-resource

@mreiche
Copy link
Author

mreiche commented Mar 15, 2022

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/ https://github.com/concourse/docker-image-resource https://github.com/concourse/registry-image-resource

Is just followed the tutorial, installing fly from brew.

fly --version
7.5.0

I found the fix here: https://stackoverflow.com/questions/66899791/concourse-tutorial-create-resource-config-base-resource-type-not-found-docke

@norman-abramovitz
Copy link
Contributor

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.
https://github.com/concourse/concourse/releases/tag/v7.7.0 (look at the bundled resource types section).

@norman-abramovitz
Copy link
Contributor

The plot thickens as even 7.5.0 claims that docker-image is bundled in.
https://github.com/concourse/concourse/releases/tag/v7.5.0

@norman-abramovitz
Copy link
Contributor

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?

@mreiche
Copy link
Author

mreiche commented Mar 15, 2022

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.

@norman-abramovitz
Copy link
Contributor

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.

@muzhaqi16
Copy link

I have a Mac m1 and run into the same issue. For me, docker-image didn't exist, so I had to change it to registry-image.
fly -v 7.9.1

I couldn't run the official docker image concourse/concourse, so had to use rdclda/concourse:7.9.1

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

Successfully merging this pull request may close these issues.

None yet

3 participants