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

Job failing because default remote docker version will be deprecated #90

Open
Rapol opened this issue May 29, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Rapol
Copy link

Rapol commented May 29, 2024

Orb version:

version: 2.1
orbs:
  gcp-gcr: circleci/[email protected]

executors:
  gcp-executor:
    docker:
      - image: cimg/base:2024.05
...
workflows:
  merge-workflow:
    jobs:
      - gcp-gcr/build-and-push-image:
          context: data
          executor: gcp-executor
          image:  ...
          registry-url: ...
          setup-remote-docker: true
          use-docker-layer-caching: true          

What happened:

CircleCI failing because of

This job was rejected because the image 'Remote Docker version: docker-17.09.0-ce' is unavailable

Fix was to set:

remote-docker-version: docker24

Expected behavior:

Orb should default to an approved remote docker version instead of defaulting to 17.09.0-ce which is being deprecated and part of circleci brownout.

Additional Information:

Changing a default is usually pretty risky (will break people stuff) so Im thinking that changing the default value should be a mayor or minor release. Thoughts?

@Rapol Rapol added the bug Something isn't working label May 29, 2024
@Rapol
Copy link
Author

Rapol commented May 29, 2024

Default value:

default: "17.09.0-ce"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant