Skip to content

chore: docker image housekeeping - #2011

Open
thompson-tomo wants to merge 7 commits into
open-telemetry:mainfrom
thompson-tomo:patch-1
Open

chore: docker image housekeeping#2011
thompson-tomo wants to merge 7 commits into
open-telemetry:mainfrom
thompson-tomo:patch-1

Conversation

@thompson-tomo

Copy link
Copy Markdown
Contributor

Explicitly pin docker version to improve info/context available to renovate.

The jaegar tracing image has been switched as existing image is eol jaegertracing/jaeger#6321

@thompson-tomo
thompson-tomo requested a review from a team as a code owner July 17, 2026 14:19
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.10%. Comparing base (c948c8f) to head (50b24f5).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2011      +/-   ##
============================================
+ Coverage     68.04%   68.10%   +0.06%     
  Complexity     3083     3083              
============================================
  Files           459      459              
  Lines          9031     9031              
============================================
+ Hits           6145     6151       +6     
+ Misses         2886     2880       -6     
Flag Coverage Δ
8.1 67.82% <ø> (+0.04%) ⬆️
8.2 67.98% <ø> (+0.02%) ⬆️
8.3 67.96% <ø> (+0.03%) ⬆️
8.4 68.02% <ø> (+0.04%) ⬆️
8.5 67.99% <ø> (+0.01%) ⬆️
8.6 68.00% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c948c8f...50b24f5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thompson-tomo thompson-tomo changed the title Improve docker image pinning chore: docker image housekeeping Jul 17, 2026

@PuvaanRaaj PuvaanRaaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the Docker image housekeeping changes and validated the changed image references with docker manifest inspect. Two references in the current head do not resolve and would break the affected Compose workflows.

Comment thread docker-compose.fiber-ffi.yaml Outdated
services:
web:
image: nginx:alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa
image: nginx:1.30.4-alpine@sha256:sha256:59d10bca5c674965ef4ff884715000dd60ef5567c36663523f108eec8e4105d4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reference contains a duplicated sha256 prefix. I verified that docker manifest inspect fails for the current value. It should use a single digest prefix: nginx:1.30.4-alpine@sha256:59d10bca5c674965ef4ff884715000dd60ef5567c36663523f108eec8e4105d4.

Comment thread docker-compose.collector.yaml Outdated
- collector
zipkin:
image: openzipkin/zipkin-slim@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c
image: openzipkin/zipkin-slim3:6.1@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes the repository name from openzipkin/zipkin-slim to openzipkin/zipkin-slim3 and the resulting reference does not resolve. I verified that docker manifest inspect fails here, while openzipkin/zipkin-slim:3.6.1@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c resolves successfully.

@thompson-tomo

Copy link
Copy Markdown
Contributor Author

@PuvaanRaaj Issues have been fixed

@PuvaanRaaj PuvaanRaaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up review on the updated head: the nginx digest reference is corrected, but the revised Zipkin tag still has an invalid separator.

Comment thread docker-compose.collector.yaml Outdated
- collector
zipkin:
image: openzipkin/zipkin-slim@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c
image: openzipkin/zipkin-slim:3:6.1@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick update. This value is still not a valid Docker reference because it contains two tag separators (:3:6.1). The resolving form is openzipkin/zipkin-slim:3.6.1@sha256:fc29b9862c14f4fc241cf0259c585e1cfd4e9b18f01ad36d86adaabb7d01815c.

@thompson-tomo

Copy link
Copy Markdown
Contributor Author

Apologies didn't notice that the : had gone after the 3. Has been fixed.

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.

2 participants