create a customized postgres:15.2 database with our extensions (and pgxn to add new extensions)
create a Dockerfile with a docker-entrypoint.sh script that loads tables /data inorder (either from the data in the container itself or mounted from the local filesystem
create build-data-container script to build the container
create load-data-container script to execute the container
@cfiaGeetika @CFIALeronB as noted earlier, I'll need local credentials to push the container to our private cloud container registry. instructions should be for podman (I'm using podman which doesn't need to send context - huge files - serverside).
@cfiaGeetika @CFIALeronB as noted earlier, I'll need local credentials to push the container to our private cloud container registry. instructions should be for podman (I'm using podman which doesn't need to send context - huge files - serverside).