operator-sdk icon indicating copy to clipboard operation
operator-sdk copied to clipboard

Correct the Docker buildx command in SDK 1.25.0 upgrade doc

Open semihbkgr opened this issue 1 year ago • 2 comments

Description of the change:

The arg for the docker buildx build command was missing in the documentation, resulting in the following error:

ERROR: "docker buildx build" requires exactly 1 argument.

I have added the arg as the current directory: docker buildx build --push --platform=$(PLATFORMS) --tag ${IMG} -f Dockerfile.cross .

Motivation for the change:

I identified this subtle issue while upgrading an operator to version 1.25.0.

Checklist

If the pull request includes user-facing changes, extra documentation is required:

semihbkgr avatar Feb 23 '24 11:02 semihbkgr

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

openshift-bot avatar May 24 '24 01:05 openshift-bot

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten /remove-lifecycle stale

openshift-bot avatar Jun 23 '24 08:06 openshift-bot

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

openshift-bot avatar Jul 24 '24 00:07 openshift-bot

@openshift-bot: Closed this PR.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

openshift-ci[bot] avatar Jul 24 '24 00:07 openshift-ci[bot]