-
Notifications
You must be signed in to change notification settings - Fork 145
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
Docker: Failing to create new repositories #260
Labels
bug
Something isn't working
Comments
Sorry about that @NCRoxas. This is related to #251. There was an issue publishing our v0.5.1 Docker images from yesterday and it should be fixed now. Could you try pulling the latest image again, verify the version number, and try again?
|
Awesome it works now 👍 |
aymanbagabas
added a commit
that referenced
this issue
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using the docker image of the newest version of soft-serve it's impossible to create new repositories, either via the
ssh -p 23231 localhost repo create icecream
command or locally viagit push
.After creating a new repo with
ssh -p 23231 localhost repo create icecream
and then checking withssh -p 23231 localhost repo info icecream
the command exits withError: reference does not exist
. When pushing a locally created repo it fails withInstalling soft-serve without docker works as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error when creating/editing repositories.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: