pixil98

Results 21 comments of pixil98

I think the unfriendliness of the config is a real problem, but is separate from the non-root issue. Something I've seen done on other containers is to have an init...

Ah sure, I'm not sure moving away from the entry script is the right move as users would need to know where to mount the directory, it will be in...

I haven't looked at Libation in long enough that I forgot all about appsettings.json. It wouldn't be hard to set some values in it using jq in the docker build....

I don’t think so, it’s been on my list of things to do, but it’s pretty far down.

> Are you sure the `UID` and `GID` environment variables are actually present in the image? I couldn't find them anywhere in the code. Though it won’t hurt anything to...

I have a prototype that runs as `1001:1001`. I've uploaded it to [docker hub](https://hub.docker.com/repository/docker/pixil/libation/general), available at `pixil/libation:latest`. I've tested deploying it in a fresh kubernetes cluster and (after the tedious...

I was a bit concerned about creating the blank db for that reason. I would really like to make initial setup of the docker image as easy as possible. One...

I've reworked the image startup script to do the following regarding database files: * Check whether /db is mounted, if it is expect the database to be there; otherwise expect...

I'd like it if someone was willing to try the various envvar combinations in case I missed something with my testing. I'll move it out of draft and leave it...

@rmcrackan When you create the release, can you put a warning section in the notes? You can copy this one: > [!WARNING] > This release contains breaking changes for the...