Skip to content

Support for docker buildx #18

Description

@eliottness

Hello 👋

Today, the default way of building images using docker is to use buildx where you need to add the --load flag to the build command if you want to be able run docker push after that. Here are the last line of running a quickstart on a sample repo using a fresh install of docker version 25.

#8 DONE 3.0s

#9 [5/5] COPY . .
#9 DONE 0.2s
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load

-----> Pushing image to Docker registry
The push refers to repository [harbor.XXX.com/library/mtracker]
An image does not exist locally with the tag: harbor.XXX.com/library/mtracker
Cuber: docker push failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions