Skip to content

fix: remove v1-only limitation from Build example#102

Merged
fdelbrayelle merged 2 commits into
mainfrom
plugin-docker/issues/66
Mar 19, 2026
Merged

fix: remove v1-only limitation from Build example#102
fdelbrayelle merged 2 commits into
mainfrom
plugin-docker/issues/66

Conversation

@fdelbrayelle

Copy link
Copy Markdown
Member

Summary

Fixes #66

Test plan

The v2 registry URL normalization is now handled in kestra core
(kestra-io/kestra#15141), so Docker Hub v2 endpoints work correctly.

Fixes #66
@github-project-automation github-project-automation Bot moved this to To review in Pull Requests Mar 18, 2026
@github-actions

github-actions Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

📦 Artifacts

Name Size Updated Expiration
jar 68.4 KB Mar 19, 26, 7:16:03 AM UTC Mar 26, 26, 7:16:03 AM UTC

🧪 Java Unit Tests

TestsPassed ✅SkippedFailedTime ⏱
Java Tests Report29 ran29 ✅0 ⚠️0 ❌2m 50s 798ms

🔁 Unreleased Commits

10 commits since v1.2.3

SHA Title Author Date
bf95240 build(deps): bump com.gradleup.shadow from 9.3.1 to 9.3.2 (#98) dependabot[bot] Mar 3, 26, 2:41:47 PM UTC
1bb0597 ci: add kestra-version input to workflow_dispatch François Delbrayelle Mar 9, 26, 11:57:54 AM UTC
a6e49de chore: integrate and apply spotless YannC. Mar 11, 26, 9:03:04 AM UTC
988eaab chore: add .factorypath and bin/ to .gitignore François Delbrayelle Mar 11, 26, 4:09:42 PM UTC
b319770 chore: add .factorypath and bin/ to .gitignore François Delbrayelle Mar 11, 26, 4:18:12 PM UTC
0055d70 build(deps): bump gradle-wrapper from 9.3.1 to 9.4.0 (#100) dependabot[bot] Mar 12, 26, 9:34:51 AM UTC
b1fe95d build(deps): bump io.kestra.gradle.inject-bom-versions (#99) dependabot[bot] Mar 12, 26, 12:02:54 PM UTC
25b381e fix: remove trailing .factorypath from .gitignore entry François Delbrayelle Mar 13, 26, 1:27:35 PM UTC
aaff274 docs: add AI agent context files (AGENTS.md, CLAUDE.md, GEMINI.md) François Delbrayelle Mar 13, 26, 1:51:20 PM UTC
b73dd3a build(deps): bump com.gradleup.shadow from 9.3.2 to 9.4.0 (#101) dependabot[bot] Mar 16, 26, 2:37:54 PM UTC

@fdelbrayelle fdelbrayelle self-assigned this Mar 18, 2026
The registry URL from credentials (e.g. https://registry-1.docker.io/v2/)
was being prepended as-is to the image name, causing docker-java's
NameParser to reject it with "RepositoryName shouldn't contain a scheme".

Strip the scheme and path to extract the bare hostname, and skip
prepending entirely for Docker Hub registries since they are the default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Add Bearer-token support for Docker Registry v2

2 participants