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 ssh binary into the docker container image #3076

Closed
2 tasks done
chmouel opened this issue Apr 29, 2022 · 1 comment · Fixed by #3077
Closed
2 tasks done

Add ssh binary into the docker container image #3076

chmouel opened this issue Apr 29, 2022 · 1 comment · Fixed by #3077
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@chmouel
Copy link

chmouel commented Apr 29, 2022

Is your feature request related to a problem? Please describe.

It would be nice if ssh binary was included for AUR/Arch release, goreleaser is not be able to push to AUR via the docker image :

[gorelease : release]    ⨯ release failed after 628.11s error=arch user repositories: failed to publish artifacts: failed to setup local AUR repo: "clone ssh://aur@aur.archlinux.org/tkn-pac.git tkn-pac-bin" failed: Cloning into 'tkn-pac-bin'...

Describe the solution you'd like

diff --git a/Dockerfile b/Dockerfile
index 174d7e72..2b1ff3c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ RUN apk add --no-cache bash \
 	docker-cli-buildx \
 	git \
 	gpg \
+    ssh \
 	mercurial \
 	make \
 	build-base \

Describe alternatives you've considered

building my own dockerfile but that's not humm optimal...

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@chmouel chmouel added enhancement New feature or request triage Issue pending triage by one of the maintainers labels Apr 29, 2022
@caarlos0 caarlos0 removed the triage Issue pending triage by one of the maintainers label Apr 29, 2022
@caarlos0 caarlos0 added this to the v1.9.0 milestone Apr 29, 2022
caarlos0 added a commit that referenced this issue Apr 29, 2022
closes #3076

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
caarlos0 added a commit that referenced this issue Apr 29, 2022
closes #3076

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants