File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.2
2+ current_version = 0.4.0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ COPY sql/V1_0__create.sql /flyway/sql/V1_0__create.sql
3636COPY sql/V1_1__churn.sql /flyway/sql/V1_1__churn.sql
3737COPY sql/V1_2__iris.sql /flyway/sql/V1_2__iris.sql
3838
39- ENV IMAGE=hbpmip/sample-data-db-setup:0.3.2 \
39+ ENV IMAGE=hbpmip/sample-data-db-setup:0.4.0 \
4040 DATASETS=linreg_sample,churn,iris
4141
4242LABEL 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.3.2 migrate
26+ $ docker run -i -t --rm -e FLYWAY_HOST=` hostname` hbpmip/sample-data-db-setup:0.4.0 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.3.2
63- current_code_release : https://github.com/HBPMedical/sample-data-db-setup/archive/0.3.2 .zip
64- current_docker_release : docker pull hbpmip/sample-data-db-setup:0.3.2
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
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.3.2
79+ current_tag : 0.4.0
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.3.2
82+ command : docker pull hbpmip/sample-data-db-setup:0.4.0
8383
8484planning :
8585 github :
You can’t perform that action at this time.
0 commit comments