Skip to content

Developer guide

Isuru Liyanage edited this page Jun 28, 2021 · 3 revisions

Push to dockerhub

docker build -t json-schema-store .
docker login -u <username>
docker tag json-schema-store biosamples/json-schema-store:latest
docker push biosamples/json-schema-store:latest

After moving to quay.io

docker build -t schema-store .
docker login quay.io -u <username>
docker tag schema-store quay.io/ebi-ait/schema-store:1.1.0
docker push quay.io/ebi-ait/schema-store:1.1.0
Clone this wiki locally