-
Notifications
You must be signed in to change notification settings - Fork 19
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
error in redis configuration - versionning change #196
Comments
i'm looking at the error itself and don't understand what is wrong. It breaks at https://github.com/friendica/docker/blob/stable/docker-entrypoint.sh#L52 and my when i do the following command on my computer I don't have any issue:
but in the image
it looks to be specific to the sh version of the docker image? |
it looks like i belive i was on
so it works with bash not sh. |
@valvin1 - Please retry and close this issue after docker-library/official-images#11872 is merged
The problem is that the versioning follows the rules from the upstream branch.. I think it would be better to have a an CI environment here, where we/I can prove that the setup still works .. "just" building it doesn't seem to be enough and tbh I thought it was a "quick win" because I found this (working) script at Nextcloud as well, so I didn't test it enough.. my bad :-/ |
Thank you for the fix and I let you know when my instance is up again. The goal of this issue is more about a frozen version of the stable images. New development, quick wins shouldn't be applied to stable version directly. Maybe stable version shouldn't be published from mainstream but from a tag? You are doing a great work but it is really frustrating having an instance which could stop working at any time when my server pulls again the stable image. |
My instance has downloaded a new image during the night and is up again. |
I opened another issue for the versioning topic #200 and close this issue because the bug per se is fixed :) |
hello,
unfortunately 2021.09 isn't very stable and I should remove my
imagePullPolicy: Always
configuration.I think this commit introduce a new bug in my configuration.
I have net yet seen if I should update my configuration but I think it would be nice to have a sort of versionning in image tag. If I deploy a
2021.09
it should be always the same image. If I want a new feature or a fix it should be2021.09-1
or something like this?What do you think of this idea ?
The text was updated successfully, but these errors were encountered: