Sign inSign up

chaya56/artifact-postgres

By chaya56

•Updated over 7 years ago

Image
0

10K+

chaya56/artifact-postgres repository overview

#Description

  • This image will download a DUMP artifact at $ARTIFACT_URL and install it in the database.
  • You can specify an $ARTIFACT_USERNAME/$ARTIFACT_PASSWORD to access $ARTIFACT_URL if needed (Basic http authentication).

#Usages:

#Build: docker build -t artifact-postgres .

#Run: docker run
-e ARTIFACT_USERNAME=admin
-e ARTIFACT_PASSWORD=AP91GW2VoPT6CyzF3za9tYNcfY1
-e ARTIFACT_URL=http://artifactory.arxcf.com/artifactory/db-snapshot-local/com/arx/origination-bdd/1.0.0-SNAPSHOT/origination-bdd-1.0.0-SNAPSHOT-feature-sprint-36.dump⁠
-e POSTGRES_DB=arx
-e POSTGRES_USER=postgres
--name network-db
-d artifact-postgres

Tag summary

Content type

Image

Digest

Size

96 MB

Last updated

over 7 years ago

docker pull chaya56/artifact-postgres