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

fix: enable docker buildkit #200

Merged
merged 2 commits into from
Dec 30, 2021
Merged

fix: enable docker buildkit #200

merged 2 commits into from
Dec 30, 2021

Conversation

jeqo
Copy link
Member

@jeqo jeqo commented Dec 30, 2021

Solves this kind of issues:

Step 7/22 : COPY --from=scratch /code/ .
invalid from flag value scratch: image with reference 
sha256:b12ae8e35357a7aa30ed72e5e406a61e1c287ba96471601b43c8e066f6795fa6 was found but does not match the 
specified platform: wanted linux/arm64, actual: linux/amd64

Test it with:

build-bin/docker/docker_build openzipkin/zipkin-dependencies:test

@jeqo jeqo requested a review from jcchavezs December 30, 2021 18:17
@jcchavezs jcchavezs merged commit ed22da6 into master Dec 30, 2021
@jcchavezs jcchavezs deleted the enable-docker-buildkit branch December 30, 2021 20:32
codefromthecrypt pushed a commit to openzipkin/docker-java that referenced this pull request Dec 7, 2023
notably about why not cache and also copies a missing comment from openzipkin/zipkin-dependencies#200

Also, resurrects an accidental delete of context from the README

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit to openzipkin/docker-java that referenced this pull request Dec 7, 2023
notably about why not cache and also copies a missing comment from openzipkin/zipkin-dependencies#200

Also, resurrects an accidental delete of context from the README

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit to openzipkin/docker-java that referenced this pull request Dec 12, 2023
notably about why not cache and also copies a missing comment from openzipkin/zipkin-dependencies#200

Also, resurrects an accidental delete of context from the README

Signed-off-by: Adrian Cole <adrian@tetrate.io>
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