File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
types : [opened, synchronize, reopened]
12
12
13
13
env :
14
- RONDB_VERSION_LTS : 21.04.15
14
+ RONDB_VERSION_LTS : 21.04.16
15
15
RONDB_VERSION_STABLE : 22.10.1
16
16
ARM_IMAGE_NAME : rondb-standalone-arm64
17
17
AMD_IMAGE_NAME : rondb-standalone-amd64
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN mkdir $DOWNLOADS_CACHE_DIR
41
41
42
42
# Copying bare minimum of Hopsworks cloud environment for now
43
43
FROM rondb_runtime_dependencies as cloud_preparation
44
- ARG RONDB_VERSION=21.04.15
44
+ ARG RONDB_VERSION=21.04.16
45
45
RUN groupadd mysql && adduser mysql --ingroup mysql
46
46
ENV HOPSWORK_DIR=/srv/hops
47
47
ENV RONDB_BIN_DIR=$HOPSWORK_DIR/mysql-$RONDB_VERSION
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ Commands to run:
91
91
# Build and run image **for local platform** in docker-compose using local RonDB tarball (download it first!)
92
92
# Beware that the local platform is linux/arm64 in this case
93
93
./build_run_docker.sh \
94
- --rondb-tarball-path ./rondb-21.04.15 -linux-glibc2.35-arm64_v8.tar.gz \
95
- --rondb-version 21.04.15 \
94
+ --rondb-tarball-path ./rondb-21.04.16 -linux-glibc2.35-arm64_v8.tar.gz \
95
+ --rondb-version 21.04.16 \
96
96
--num-mgm-nodes 1 \
97
97
--node-groups 1 \
98
98
--replication-factor 2 \
@@ -101,13 +101,13 @@ Commands to run:
101
101
--num-benchmarking-nodes 1
102
102
103
103
# Build cross-platform image (linux/arm64 here)
104
- docker buildx build . --platform=linux/arm64 -t rondb-standalone:21.04.15 \
105
- --build-arg RONDB_VERSION=21.04.15 \
104
+ docker buildx build . --platform=linux/arm64 -t rondb-standalone:21.04.16 \
105
+ --build-arg RONDB_VERSION=21.04.16 \
106
106
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \ # alternatively "local"
107
- --build-arg RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-21.04.15 -linux-glibc2.35-arm64_v8.tar.gz # alternatively a local file path
107
+ --build-arg RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-21.04.16 -linux-glibc2.35-arm64_v8.tar.gz # alternatively a local file path
108
108
109
109
# Explore image
110
- docker run --rm -it --entrypoint=/bin/bash rondb-standalone:21.04.15
110
+ docker run --rm -it --entrypoint=/bin/bash rondb-standalone:21.04.16
111
111
```
112
112
113
113
Exemplatory commands to run with running docker-compose cluster:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
container_name : flask-server
7
7
command : ["--no-active-test-worker"]
8
8
environment :
9
- IMAGE_TO_SPAWN : hopsworks/rondb-managed:21.04.15 -1.0
9
+ IMAGE_TO_SPAWN : hopsworks/rondb-managed:21.04.16 -1.0
10
10
CLOUD_BASE_URL : " http://flask-server:8000"
11
11
ports :
12
12
# Host:Docker
@@ -32,7 +32,7 @@ services:
32
32
33
33
# This container can be killed once the cluster is running
34
34
bootstrap_agent :
35
- image : hopsworks/rondb-managed:21.04.15 -1.0
35
+ image : hopsworks/rondb-managed:21.04.16 -1.0
36
36
container_name : bootstrap_agent
37
37
environment :
38
38
IS_BOOTSTRAP_HOST : " true"
You can’t perform that action at this time.
0 commit comments