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

Latest image is not latest #409

Closed
fey opened this issue May 14, 2024 · 3 comments
Closed

Latest image is not latest #409

fey opened this issue May 14, 2024 · 3 comments

Comments

@fey
Copy link

fey commented May 14, 2024

Please check the following resources before opening an issue

  1. Review the troubelshooting section in the README.md
  2. Review the examples directory for example commands

Describe the bug
ghcr.io/gabrie30/ghorg:latest do not contain openssh-client

To Reproduce
Steps to reproduce the behavior:
docker pull ghcr.io/gabrie30/ghorg:latest and try to clone repositories via ssh

/data $ whoami
ghorg
/data $ ssh
/bin/sh: ssh: not found
/data $ 

image
image

@gabrie30
Copy link
Owner

gabrie30 commented May 15, 2024

The latest tag is for the latest release https://github.com/gabrie30/ghorg/blob/master/.github/workflows/docker-build-release.yml#L46 not the latest merge to master. There is a different job for the latest push to master https://github.com/gabrie30/ghorg/blob/master/.github/workflows/docker-build-branch.yml#L34

That change in the Dockerfile has only been pushed to the master branch, it hasn't been cut in a release yet. Once there is a release you can use the latest tag. However since its not released you need to use the master tag.

@gabrie30
Copy link
Owner

@fey the latest image will give you what you want now

@fey
Copy link
Author

fey commented May 16, 2024

Thank you, @gabrie30!<3

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

No branches or pull requests

2 participants