Skip to content

Commit

Permalink
Add ARM64 console docker images (#2391)
Browse files Browse the repository at this point in the history
Enables multi-architecture AMD64/ARM64 docker images in gremlin-console deployment
  • Loading branch information
Cole-Greer authored Dec 12, 2023
1 parent 20ddedd commit b48fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
* Improved error message from `JavaTranslator` by including exception source.
* Added tests for error handling for GLV's if tx.commit() is called remotely for graphs without transactions support.
* Introduced multi-architecture AMD64/ARM64 docker images for gremlin-console.
[[release-3-6-6]]
=== TinkerPop 3.6.6 (November 20, 2023)
Expand Down
7 changes: 1 addition & 6 deletions gremlin-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ limitations under the License.
<artifactId>gremlin-console</artifactId>
<name>Apache TinkerPop :: Gremlin Console</name>
<properties>
<!--Testing in macOs on ARM reveals that the linux/arm64/v8 console
container is quite unstable at this time and results in frequent freezes.
It is believed the issue lies with the ARM docker engine. The stability of ARM
images is likely to improve overtime and this omition should be intermittently
re-evaluated.-->
<docker.platforms>linux/amd64<!--,linux/arm64/v8--></docker.platforms>
<docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit b48fd8c

Please sign in to comment.