Loading file_catalog/Dockerfile +2 −2 Original line number Diff line number Diff line # Use posgres as base image FROM library/postgres:12 # Set postgres password ENV POSTGRES_PASSWORD postgres # Allow access without password ENV POSTGRES_HOST_AUTH_METHOD=trust # Set postgres db name ENV POSTGRES_DB vospace_testdb Loading Loading
file_catalog/Dockerfile +2 −2 Original line number Diff line number Diff line # Use posgres as base image FROM library/postgres:12 # Set postgres password ENV POSTGRES_PASSWORD postgres # Allow access without password ENV POSTGRES_HOST_AUTH_METHOD=trust # Set postgres db name ENV POSTGRES_DB vospace_testdb Loading