Skip to content

Commit 120df87

Browse files
authored
NOSQL - Update to version 23.3.32 (#2788)
* Update to NoSQL CE 23.3.32 * Update to NoSQL CE 23.3.32
1 parent 1e3dd12 commit 120df87

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

NoSQL/README-sec.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For example, to check the version of KVLite, use the `version` command:
8686

8787
```shell
8888
$ docker run --rm -ti --link kvlite:store oracle/nosql:ce-sec java -Xmx64m -Xms64m -jar lib/kvstore.jar version
89-
23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community
89+
23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community
9090
```
9191

9292
To check the size of the storage shard:
@@ -113,13 +113,13 @@ $ docker run --rm -ti -v secfiles:/shared_conf:ro --link kvlite:store oracle/nos
113113

114114
Pinging components of store kvstore based upon topology sequence #14
115115
10 partitions and 1 storage nodes
116-
Time: 2024-02-28 08:20:36 UTC Version: 23.3.30
116+
Time: 2024-04-25 08:13:14 UTC Version: 23.3.32
117117
Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
118118
Admin Status: healthy
119119
Zone [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] RN Status: online: 1 read-only: 0 offline: 0
120-
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community isMasterBalanced: true serviceStartTime: 2024-02-28 08:11:20 UTC
121-
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-02-28 08:11:23 UTC stateChangeTime: 2024-02-28 08:11:23 UTC availableStorageSize: 2 GB
122-
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 508 haPort: 5011 availableStorageSize: 6 GB storageType: HD serviceStartTime: 2024-02-28 08:11:25 UTC stateChangeTime: 2024-02-28 08:11:25 UTC
120+
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community isMasterBalanced: true serviceStartTime: 2024-04-25 08:10:10 UTC
121+
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-04-25 08:10:13 UTC stateChangeTime: 2024-04-25 08:10:13 UTC availableStorageSize: 2 GB
122+
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-04-25 08:10:14 UTC stateChangeTime: 2024-04-25 08:10:15 UTC
123123

124124

125125
kv-> put kv -key /SomeKey -value SomeValue
@@ -217,10 +217,10 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
217217
First, install the latest version of Oracle NoSQL on your remote host:
218218
219219
```shell
220-
KV_VERSION=23.3.30
220+
KV_VERSION=23.3.32
221221
rm -rf kv-$KV_VERSION
222222
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
223-
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
223+
DOWNLOAD_FILE="community-edition-${KV_VERSION}.zip"
224224
DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"
225225
curl -OLs $DOWNLOAD_LINK
226226
jar tf $DOWNLOAD_FILE | grep "kv-$KV_VERSION/lib" > extract.libs
@@ -400,7 +400,7 @@ number used for the image tag:
400400
401401
402402
```shell
403-
KV_VERSION=23.3.30 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce-sec:$KV_VERSION" .
403+
KV_VERSION=23.3.32 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce-sec:$KV_VERSION" .
404404
```
405405
406406
## More information

NoSQL/README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
7373

7474
```shell
7575
$ docker run --rm -ti --link kvlite:store oracle/nosql:ce java -Xmx64m -Xms64m -jar lib/kvstore.jar version
76-
23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community
76+
23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community
7777
```
7878

7979
To check the size of the storage shard:
@@ -98,14 +98,13 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
9898

9999
Pinging components of store kvstore based upon topology sequence #14
100100
10 partitions and 1 storage nodes
101-
Time: 2024-02-28 08:20:36 UTC Version: 23.3.30
101+
Time: 2024-04-25 08:13:14 UTC Version: 23.3.32
102102
Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103103
Admin Status: healthy
104104
Zone [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] RN Status: online: 1 read-only: 0 offline: 0
105-
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community isMasterBalanced: true serviceStartTime: 2024-02-28 08:11:20 UTC
106-
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-02-28 08:11:23 UTC stateChangeTime: 2024-02-28 08:11:23 UTC availableStorageSize: 2 GB
107-
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 508 haPort: 5011 availableStorageSize: 6 GB storageType: HD serviceStartTime: 2024-02-28 08:11:25 UTC stateChangeTime: 2024-02-28 08:11:25 UTC
108-
105+
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community isMasterBalanced: true serviceStartTime: 2024-04-25 08:10:10 UTC
106+
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-04-25 08:10:13 UTC stateChangeTime: 2024-04-25 08:10:13 UTC availableStorageSize: 2 GB
107+
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-04-25 08:10:14 UTC stateChangeTime: 2024-04-25 08:10:15 UTC
109108

110109
kv-> put kv -key /SomeKey -value SomeValue
111110
Operation successful, record inserted.
@@ -173,10 +172,10 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
173172
First, install the latest version of Oracle NoSQL on your remote host:
174173

175174
```shell
176-
KV_VERSION=23.3.30
175+
KV_VERSION=23.3.32
177176
rm -rf kv-$KV_VERSION
178177
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
179-
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
178+
DOWNLOAD_FILE="community-edition-${KV_VERSION}.zip"
180179
DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"
181180
curl -OLs $DOWNLOAD_LINK
182181
jar tf $DOWNLOAD_FILE | grep "kv-$KV_VERSION/lib" > extract.libs
@@ -333,7 +332,7 @@ number used for the image tag:
333332

334333

335334
```shell
336-
KV_VERSION=23.3.30 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce:$KV_VERSION" .
335+
KV_VERSION=23.3.32 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce:$KV_VERSION" .
337336
```
338337

339338
## More information

NoSQL/ce-sec/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ FROM ghcr.io/graalvm/jdk:ol8-java17
55

66
LABEL org.opencontainers.image.source = "https://github.com/oracle/docker-images"
77

8-
ARG KV_VERSION=23.3.30
8+
ARG KV_VERSION=23.3.32
99
ARG DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
10-
ARG DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
10+
ARG DOWNLOAD_FILE="community-edition-${KV_VERSION}.zip"
1111
ARG DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"
1212

1313
ENV KV_PROXY_PORT 8080

NoSQL/ce/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ FROM ghcr.io/graalvm/jdk:ol8-java17
55

66
LABEL org.opencontainers.image.source = "https://github.com/oracle/docker-images"
77

8-
ARG KV_VERSION=23.3.30
8+
ARG KV_VERSION=23.3.32
99
ARG DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
10-
ARG DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
10+
ARG DOWNLOAD_FILE="community-edition-${KV_VERSION}.zip"
1111
ARG DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"
1212

1313
ENV KV_PROXY_PORT 8080

0 commit comments

Comments
 (0)