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

Add missing slash breaking image builds #15861

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

AlanCoding
Copy link
Member

SUMMARY

Image builds not pushing, because

docker buildx create --name docker-compose-buildx
docker-compose-buildx
docker buildx use docker-compose-buildx
docker buildx build \
	--ssh default=/tmp/ssh-Mgp3py5hRV2r/agent.2859
ERROR: "docker buildx build" requires exactly 1 argument.
See 'docker buildx build --help'.

Usage:  docker buildx build [OPTIONS] PATH | URL | -

Start a build
make: [Makefile:576: docker-compose-buildx] Error 1 (ignored)
push \
	--build-arg BUILDKIT_INLINE_CACHE=1 \
	--no-cache \
	--platform=linux/amd64,linux/arm64   \
	--tag ghcr.io/ansible/awx_devel:devel \
	-f Dockerfile.dev .
bash: line 2: push: command not found
make: [Makefile:577: docker-compose-buildx] Error 127 (ignored)
docker buildx rm docker-compose-buildx
docker-compose-buildx removed

Bash command wasn't right, due to recent SSH auth changes in actions

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.32%. Comparing base (7d30dff) to head (cf2ce26).
Report is 1 commits behind head on devel.

✅ All tests successful. No failed tests found.

@AlanCoding
Copy link
Member Author

Introduced by #15838

Looking through that diff, it appears to be just this 1 line.

@TheRealHaoLiu TheRealHaoLiu merged commit fb4879b into ansible:devel Feb 25, 2025
27 of 28 checks passed
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