File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
glvd-postgres-with-data copy Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ all-cve.jsonl
33few-cve.jsonl
44glibc-minor-version-issue /json
55** /.venv
6+ glvd-postgres-with-data copy /glvd-dump-10.sql
Original file line number Diff line number Diff line change 1+ FROM ghcr.io/gardenlinux/glvd-postgres:latest
2+
3+ RUN rm /docker-entrypoint-initdb.d/create-extension.sql
4+
5+ COPY glvd-dump-10.sql /docker-entrypoint-initdb.d/init.sql
Original file line number Diff line number Diff line change 1+ build :
2+ podman build -t localhost/glvd-postgres-with-sample-data:latest .
3+
4+ run :
5+ podman run -it --rm --name=glvd-postgres-sample-data --publish 5432:5432 --env POSTGRES_USER=glvd --env POSTGRES_DB=glvd --env POSTGRES_PASSWORD=glvd localhost/glvd-postgres-with-sample-data:latest postgres -c log_statement=all
You can’t perform that action at this time.
0 commit comments