File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - master
77
88env :
9- DSS_VERSION : 13.5.0
9+ DSS_VERSION : 13.5.2
1010 KUBE_NAMESPACE : dataiku
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ You must also create a secret to access to the container registry:
6868
6969##### Build design node kubernetes image
7070
71- With ` DSS_VERSION ` set to be dss version to be build (e.g. 13.5.0 ):
71+ With ` DSS_VERSION ` set to be dss version to be build (e.g. 13.5.2 ):
7272
7373 cd dss-docker
74- DSS_VERSION=13.5.0
74+ DSS_VERSION=13.5.2
7575 docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .
7676
7777Docker image release note:
@@ -109,7 +109,7 @@ If admin from UI don't work or if you want to enable custom registry and to publ
109109 DOCKER_REGISTRY=rg.fr-par.scw.cloud/mywonderfulregistry
110110 DOCKER_USER=myuser
111111 DOCKER_PASSWORD=mypassword
112- DSS_VERSION=13.5.0
112+ DSS_VERSION=13.5.2
113113
114114 kubectl -n dataiku exec -it $(kubectl -n dataiku get pod | grep '2/2' | awk '{print $1}') -- docker login ${DOCKER_REGISTRY} -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}
115115
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This directory contains the Dockerfile which is used by Dataiku to build the sta
44
55To rebuild, run (around 30 minutes):
66
7- DSS_VERSION=13.5.0
7+ DSS_VERSION=13.5.2
88 docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .
99
1010To run, with data in ` DSS_DATADIR ` (e.g ` ~/dss ` )
Original file line number Diff line number Diff line change 5454 mountPath : /home/dataiku/dss
5555 containers :
5656 - name : dataiku
57- image : rhanka/dataiku:13.5.0
57+ image : rhanka/dataiku:13.5.2
5858 ports :
5959 - containerPort : 10000
6060 env :
You can’t perform that action at this time.
0 commit comments