You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to raise a few questions around the current container images of Iris:
Currently there are two Dockerfiles, one in the root directory and one in the ops/Docker directory. The second one isn't maintained anymore and should be removed, or?
Bonus Questions: The ops/packer, ops/terraform and ops/charts are also outdated and don't seem to be maintained. Should those go away, too? (I might be looking into proving an updated helm charts with version 2 in the next weeks).
Is there any plan to provide pre-build container images? There seems to be an "official" registry (https://quay.io/repository/iris/iris), but the images are 3 years old. If there's no plan I will start building "unofficial" images.
I'm currently trying to improve the container image by running the image "rootless" (c4123e4), which would mean that iris user has only limited write access to the container image. I'm having trouble finding a good solution for the sender rpc log file. any hints/comments here? I'm currently patching the config file to update, but this doesn't seem to be the best way to handle this.
Was there a specific reason for the initializedfile? It doesn't seem to provide any real benefit to me in a container environment.
in production setups, database will get initialized once either manually from outside a container or by starting a container with DOCKER_DB_BOOTSTRAP
In development setups, containers will be rebuild quite often and reinitialize will happen anyway as the initializedfile isn't existing.
Thanks and keep up the great work!
The text was updated successfully, but these errors were encountered:
Hi @roock, the overarching answer to all these questions is that we don't run Iris with containers internally which when combined with the laundry list of other products and projects our team is working on has meant that we have not been able to give the necessary extra attention to keep the Docker builds updated with new releases. While we're probably not going to be able to put more dedicated resources on this for the time being I'm more than happy to empower external users to contribute and help keep the Iris containerized builds updated as well as add any cool new features they might need. Big shout out to you and @bilbof for all you contributions lately btw.
I'd like to raise a few questions around the current container images of Iris:
Dockerfile
s, one in the root directory and one in theops/Docker
directory. The second one isn't maintained anymore and should be removed, or?ops/packer
,ops/terraform
andops/charts
are also outdated and don't seem to be maintained. Should those go away, too? (I might be looking into proving an updated helm charts with version 2 in the next weeks).initializedfile
? It doesn't seem to provide any real benefit to me in a container environment.DOCKER_DB_BOOTSTRAP
initializedfile
isn't existing.Thanks and keep up the great work!
The text was updated successfully, but these errors were encountered: