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

Specify Docker API version #9

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Specify Docker API version #9

merged 4 commits into from
Nov 5, 2024

Conversation

nu12
Copy link
Owner

@nu12 nu12 commented Nov 5, 2024

This PR will:

  • Change the build_path function to add a specific (and tested) Docker API version instead of latest (default) for each requests.
  • Adjust tests to reflect this change.
  • Adjust versions for the pipelines.

This change reflects this directive:

When using curl directly, specify the version as the first part of the URL. For instance, if the endpoint is /containers/ you can use /v1.46/containers/

Source: https://docs.docker.com/reference/api/engine/

@nu12 nu12 self-assigned this Nov 5, 2024
@nu12 nu12 merged commit 9f6c1ba into main Nov 5, 2024
1 check passed
@nu12 nu12 deleted the feat/engine-api-version branch November 5, 2024 15:19
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.

1 participant