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

[v0.14] cherry-picks for v0.14.1 #2461

Merged
merged 5 commits into from
May 21, 2024

Commits on May 16, 2024

  1. build: avoid default load with --print

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    (cherry picked from commit fbb0f9b)
    tonistiigi authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b77648d View commit details
    Browse the repository at this point in the history
  2. build: don't generate metadata file when print flag is used

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    (cherry picked from commit ba26413)
    crazy-max authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f6e57cf View commit details
    Browse the repository at this point in the history
  3. build: exit 1 when manifest merge failed

    Signed-off-by: jaihwan104 <42341126+jaihwan104@users.noreply.github.com>
    (cherry picked from commit f282351)
    jaihwan104 authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f6830f3 View commit details
    Browse the repository at this point in the history
  4. build: fix multiple named contexts pointing to same bake target

    Contexts using target: schema are replaced by input: pointing
    to previous build result before build request is sent. Currently
    this replacement did not work if multiple contexts pointed to
    the same target name.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    (cherry picked from commit f8c6a97)
    tonistiigi authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3f1aaa6 View commit details
    Browse the repository at this point in the history
  5. vendor: update buildx to latest docker/cli

    This version of docker/cli has changes to remove compose-cli wrapper and
    move all CLI metrics to OTEL.
    
    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    (cherry picked from commit 4fc4bc0)
    jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf68b5b View commit details
    Browse the repository at this point in the history