File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.0
2+ current_version = 0.4.1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ COPY sql/V1_2__iris.sql /flyway/sql/V1_2__iris.sql
3838COPY sql/V1_3__dummy_ldsm.sql /flyway/sql/V1_3__dummy_ldsm.sql
3939COPY sql/V1_4__dummy_federation.sql /flyway/sql/V1_4__dummy_federation.sql
4040
41- ENV IMAGE=hbpmip/sample-data-db-setup:0.4.0 \
41+ ENV IMAGE=hbpmip/sample-data-db-setup:0.4.1 \
4242 DATASETS=linreg_sample,churn,iris
4343
4444LABEL org.label-schema.build-date=$BUILD_DATE \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This database contains the data used for testing and debugging purposes.
2323Run:
2424
2525``` console
26- $ docker run -i -t --rm -e FLYWAY_HOST=` hostname` hbpmip/sample-data-db-setup:0.4.0 migrate
26+ $ docker run -i -t --rm -e FLYWAY_HOST=` hostname` hbpmip/sample-data-db-setup:0.4.1 migrate
2727```
2828
2929where the environment variables are:
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ testing:
5959 command : ./tests/tesh.sh
6060
6161release_management :
62- current_version : 0.4.0
63- current_code_release : https://github.com/HBPMedical/sample-data-db-setup/archive/0.4.0 .zip
64- current_docker_release : docker pull hbpmip/sample-data-db-setup:0.4.0
62+ current_version : 0.4.1
63+ current_code_release : https://github.com/HBPMedical/sample-data-db-setup/archive/0.4.1 .zip
64+ current_docker_release : docker pull hbpmip/sample-data-db-setup:0.4.1
6565 release_script : ' publish.sh'
6666
6767continuous_integration :
@@ -76,10 +76,10 @@ continuous_integration:
7676distribution :
7777 docker_hub :
7878 name : hbpmip/sample-data-db-setup
79- current_tag : 0.4.0
79+ current_tag : 0.4.1
8080 url : https://hub.docker.com/r/hbpmip/sample-data-db-setup/
8181 badge : https://img.shields.io/badge/docker-hbpmip%2Fsample--meta--db--setup-008bb8.svg
82- command : docker pull hbpmip/sample-data-db-setup:0.4.0
82+ command : docker pull hbpmip/sample-data-db-setup:0.4.1
8383
8484planning :
8585 github :
You can’t perform that action at this time.
0 commit comments