CircleCI-Archived / dockerfile-wizard

Use CircleCI to build custom Docker images with combinations of common languages/dependencies
94 stars 544 forks source link

Could not find context "org-global". #11

Closed retorquere closed 6 years ago

retorquere commented 6 years ago

When building the project, I'm getting an error

Could not find context "org-global".

I've set my DOCKER_USERNAME and DOCKER_PASSWORD vars, and org-global doesn't appear anywhere in my repo except in the README

ryanwohara commented 6 years ago

https://github.com/CircleCI-Public/dockerfile-wizard/blob/master/.circleci/config.yml#L86

You need to be make a context named "org-global"

GladeDiviney commented 6 years ago

Would be nice if this was documented somewhere, it's not found in Usage

kfern commented 5 years ago

Same here.

I have context: org-global in https://github.com/kfern/dockerfile-wizard/blob/master/.circleci/config.yml

workflows: version: 2 dockerfile_wizard: jobs:

Any idea?

Thanks in advance

tkonya commented 5 years ago

I am having a similar issue, getting the message: "Could not find context "foo"" In the web interface, in Settings > Contexts, when I go to create a context called "foo" it states "Context name already exists." So it's there, but it can't find it for some reason.

iynere commented 5 years ago

@tkonya curious, what are you trying to use this repo for ? it hasn't been actively maintained in over a year, & since then we've released orbs, which offer a much simpler way to easily use Docker on CircleCI:

https://circleci.com/orbs/registry/orb/circleci/docker

it's possible there's still a reason to use this repo instead, but i wonder if orbs can be a suitable replacement

Garrett-R commented 4 years ago

curious, what are you trying to use this repo for ?

This doc page seem to suggest to use this repo, and make no mention of orbs.