Skip to content

Fix missing tag in docker-bbl-deployment registry-image resource#680

Merged
aramprice merged 3 commits into
mainfrom
fix-missing-tag-docker-bbl-deployment
May 28, 2026
Merged

Fix missing tag in docker-bbl-deployment registry-image resource#680
aramprice merged 3 commits into
mainfrom
fix-missing-tag-docker-bbl-deployment

Conversation

@ramonskie
Copy link
Copy Markdown
Contributor

Summary

  • Add tag: latest to the docker-bbl-deployment registry-image resource source config

Root Cause

The registry-image resource requires an explicit tag — either tag: in source or version: in put params. Unlike the old docker-image resource which silently defaulted to latest, registry-image errors with:

ERRO no tag specified - need either 'version:' in params or 'tag:' in source

This caused build #62 to fail after the migration in #679.

Fix

Add tag: latest to the resource source, matching the previous implicit behavior.

ramonskie added 3 commits May 28, 2026 11:42
Replace deprecated docker-image resource type with registry-image and
concourse/oci-build-task for building and pushing Docker images. The
docker-image resource forces DOCKER_BUILDKIT=0 (legacy builder) which
is incompatible with Docker 28+.

- Switch docker-bbl-deployment and cf-deployment-concourse-tasks-bbl-dev
  resources to registry-image type
- Add oci-build-task build steps before each registry-image put
- Remove deprecated email field from resource source config
registry-image resource requires an explicit tag in source or version
in put params, unlike docker-image which defaulted to 'latest'.
Add tag: latest to match previous behavior.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: fa57ed49-f99b-4c90-8272-c93096ad6aca

📥 Commits

Reviewing files that changed from the base of the PR and between 5bac313 and 6780ec4.

📒 Files selected for processing (1)
  • ci/pipelines/bosh-bootloader.yml

Walkthrough

The pull request adds an explicit tag: latest specification to the docker-bbl-deployment resource in the Concourse CI pipeline configuration. This constrains the resource to pull the latest Docker image tag instead of leaving it unspecified.

Suggested reviewers

  • Copilot
  • benjaminguttmann-avtq
  • aramprice
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding a missing tag specification to the docker-bbl-deployment resource configuration.
Description check ✅ Passed The description is directly related to the changeset, explaining the root cause, the fix applied, and the migration context that necessitated this change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-missing-tag-docker-bbl-deployment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@aramprice aramprice merged commit f4f25c0 into main May 28, 2026
8 checks passed
@aramprice aramprice deleted the fix-missing-tag-docker-bbl-deployment branch May 28, 2026 20:29
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants