akshatflx
Results
2
comments of
akshatflx
Yes, by including the `BUILDKIT_INLINE_CACHE=1` flag it builds a different docker image hash each time (even when there are no content changes). Works as expected without this flag enabled.
I had a similar issue (`SimpleSpanProcessor` is not assignable to type `SpanProcessor`). Resolved it by adding this block to my package.json - ``` "resolutions": { "@opentelemetry/sdk-trace-base": "^1.6.0" } ```