Skip to content

Commit 45756cf

Browse files
authored
NOSQL - Update to version 24.4.9 (#2944)
* Update Dockerfile * Update Dockerfile * Update README.md * Update README-sec.md * Update README.md
1 parent 5b0ab97 commit 45756cf

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

NoSQL/README-sec.md

+21-21
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-
24.3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community
89+
24.4.9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 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-12-04 12:14:44 UTC Version: 24.3.9
116+
Time: 2025-03-17 09:08:59 UTC Version: 24.4.9
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: 24.3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community isMasterBalanced: true serviceStartTime: 2024-12-04 12:06:43 UTC
121-
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-12-04 12:06:47 UTC stateChangeTime: 2024-12-04 12:06:47 UTC availableStorageSize: 2 GB
122-
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 131 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-12-04 12:06:49 UTC stateChangeTime: 2024-12-04 12:06:50 UTC
120+
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 24.4.9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 Edition: Community isMasterBalanced: true serviceStartTime: 2025-03-17 09:08:18 UTC
121+
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2025-03-17 09:08:22 UTC stateChangeTime: 2025-03-17 09:08:22 UTC availableStorageSize: 2 GB
122+
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 121 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2025-03-17 09:08:24 UTC stateChangeTime: 2025-03-17 09:08:25 UTC
123123

124124

125125
kv-> put kv -key /SomeKey -value SomeValue
@@ -137,19 +137,19 @@ $ docker run --rm -ti -v secfiles:/shared_conf:ro --link kvlite:store oracle/nos
137137
-security /shared_conf/user.security
138138

139139
sql-> show tables
140-
tables
141-
SYS$IndexStatsLease
142-
SYS$MRTableAgentStat
143-
SYS$MRTableInfo
144-
SYS$MRTableInitCheckpoint
145-
SYS$PartitionStatsLease
146-
SYS$SGAttributesTable
147-
SYS$StreamRequest
148-
SYS$StreamResponse
149-
SYS$TableMetadata
150-
SYS$TableStatsIndex
151-
SYS$TableStatsPartition
152-
SYS$TopologyHistory
140+
tables
141+
SYS$IndexStatsLease
142+
SYS$MRTableAgentStat
143+
SYS$MRTableInfo
144+
SYS$MRTableInitCheckpoint
145+
SYS$PartitionStatsLease
146+
SYS$SGAttributesTable
147+
SYS$StreamRequest
148+
SYS$StreamResponse
149+
SYS$TableMetadata
150+
SYS$TableStatsIndex
151+
SYS$TableStatsPartition
152+
SYS$TopologyHistory
153153

154154
sql-> exit
155155
```
@@ -221,7 +221,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
221221
First, install the latest version of Oracle NoSQL on your remote host:
222222
223223
```shell
224-
KV_VERSION=24.3.9
224+
KV_VERSION=24.4.9
225225
rm -rf kv-$KV_VERSION
226226
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
227227
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
@@ -427,9 +427,9 @@ Oracle provides no commercial support for the Oracle NoSQL Community Edition.
427427
428428
## Copyright
429429
430-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
430+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
431431
432432
[NOSQL]: http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
433433
[DOCS]: https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
434-
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/24.3/license/apache-license.html
434+
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/24.4/license/apache-license.html
435435
[GraalVM-License]: https://github.com/graalvm/container/blob/master/LICENSE.md

NoSQL/README.md

+22-22
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-
24.3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community
76+
24.4.9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 Edition: Community
7777
```
7878

7979
To check the size of the storage shard:
@@ -98,13 +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-12-04 11:50:35 UTC Version: 24.3.9
101+
Time: 2025-03-17 09:05:10 UTC Version: 24.4.9
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: 24.3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community isMasterBalanced: true serviceStartTime: 2024-12-04 11:47:05 UTC
106-
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-12-04 11:47:08 UTC stateChangeTime: 2024-12-04 11:47:08 UTC availableStorageSize: 2 GB
107-
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 470 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-12-04 11:47:09 UTC stateChangeTime: 2024-12-04 11:47:09 UTC
105+
Storage Node [sn1] on kvlite: 5000 Zone: [name=KVLite id=zn1 type=PRIMARY allowArbiters=false masterAffinity=false] Status: RUNNING Ver: 24.4.9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 Edition: Community isMasterBalanced: true serviceStartTime: 2025-03-17 09:04:40 UTC
106+
Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2025-03-17 09:04:43 UTC stateChangeTime: 2025-03-17 09:04:43 UTC availableStorageSize: 2 GB
107+
Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2025-03-17 09:04:44 UTC stateChangeTime: 2025-03-17 09:04:45 UTC
108108

109109
kv-> put kv -key /SomeKey -value SomeValue
110110
Operation successful, record inserted.
@@ -120,19 +120,19 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
120120
java -jar lib/sql.jar -helper-hosts store:5000 -store kvstore
121121

122122
sql-> show tables
123-
tables
124-
SYS$IndexStatsLease
125-
SYS$MRTableAgentStat
126-
SYS$MRTableInfo
127-
SYS$MRTableInitCheckpoint
128-
SYS$PartitionStatsLease
129-
SYS$SGAttributesTable
130-
SYS$StreamRequest
131-
SYS$StreamResponse
132-
SYS$TableMetadata
133-
SYS$TableStatsIndex
134-
SYS$TableStatsPartition
135-
SYS$TopologyHistory
123+
tables
124+
SYS$IndexStatsLease
125+
SYS$MRTableAgentStat
126+
SYS$MRTableInfo
127+
SYS$MRTableInitCheckpoint
128+
SYS$PartitionStatsLease
129+
SYS$SGAttributesTable
130+
SYS$StreamRequest
131+
SYS$StreamResponse
132+
SYS$TableMetadata
133+
SYS$TableStatsIndex
134+
SYS$TableStatsPartition
135+
SYS$TopologyHistory
136136

137137
sql-> exit
138138
```
@@ -176,7 +176,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
176176
First, install the latest version of Oracle NoSQL on your remote host:
177177

178178
```shell
179-
KV_VERSION=24.3.9
179+
KV_VERSION=24.4.9
180180
rm -rf kv-$KV_VERSION
181181
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
182182
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
@@ -336,7 +336,7 @@ number used for the image tag:
336336

337337

338338
```shell
339-
KV_VERSION=24.3.9 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce:$KV_VERSION" .
339+
KV_VERSION=24.4.9 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce:$KV_VERSION" .
340340
```
341341

342342
## More information
@@ -359,9 +359,9 @@ Oracle provides no commercial support for the Oracle NoSQL Community Edition.
359359

360360
## Copyright
361361

362-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
362+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
363363

364364
[NOSQL]: http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
365365
[DOCS]: https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
366-
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/24.3/license/apache-license.html
366+
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/24.4/license/apache-license.html
367367
[GraalVM-License]: https://github.com/graalvm/container/blob/master/LICENSE.md

NoSQL/ce-sec/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright (c) 2022, 2024 Oracle and/or its affiliates.
1+
# Copyright (c) 2022, 2025 Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33
#
4-
FROM ghcr.io/graalvm/jdk:ol9-java17
4+
FROM ghcr.io/graalvm/jdk-community:21
55

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

8-
ARG KV_VERSION=24.3.9
8+
ARG KV_VERSION=24.4.9
99
ARG DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
1010
ARG DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
1111
ARG DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"

NoSQL/ce/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright (c) 2022, 2024 Oracle and/or its affiliates.
1+
# Copyright (c) 2022, 2025 Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33
#
4-
FROM ghcr.io/graalvm/jdk:ol9-java17
4+
FROM ghcr.io/graalvm/jdk-community:21
55

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

8-
ARG KV_VERSION=24.3.9
8+
ARG KV_VERSION=24.4.9
99
ARG DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
1010
ARG DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
1111
ARG DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"

0 commit comments

Comments
 (0)