-
-
Notifications
You must be signed in to change notification settings - Fork 87
#412 multiplatfrom image #455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
765d3eb to
e14e43a
Compare
|
@arcade-player any update on when this PR will get accepted/merged? We plan to run the ArcadeDB on arm64 especially Mac M1 for the local kubernetes cluster. |
c08f54c to
a3572a4
Compare
|
@MrHassanMurtaza could you please test this branch on your side and confirm that the image created is good for M1? It would be very valuable for us. If you have then We are still facing problem activating the Gremlin plugin |
|
@arcade-player it builds successfully:
but hangs during startup:
waited for ~15h before killing it. Can be that I run into CPU issue:
later will try with more CPU allocated. |
|
To me seems there is something wrong with the setup of the directory. The |
|
It didn't go past the point I was waiting on while writing the previous comment. Had to delete container to stop it. The last lines I saw:
Without changing anything decided to try one more run and had managed to get to the point where studio had started 🤷:
Not sure what does this necessity to run several times to get through mean. Say if you need some additional info. Now, when studio is running, CPU usage is below 1%. |
a92ea35 to
e6edefd
Compare
|
Another update on this PR. I moved to temurin as base image, but The startup time, on my machine, is really fast. |
62f6755 to
e63cb3a
Compare
- move to zulu-openjdk ad base image - move to kubernetes-maven-plugin to build the Docker image
fix paths for log and gremlin
50c7e13 to
521304e
Compare
…o 5.18.3 in /studio [skip ci] Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.18.1 to 5.18.3. Release notes *Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).* > v5.18.3 > ------- > > ### Fixes > > * Fixed nonsensible intersection in types > > ### Performance > > * Decreased initial loading time > > v5.18.2 > ------- > > ### Fixes > > * [Types] FileSystem type Commits * [`52b61d0`](webpack/enhanced-resolve@52b61d0) chore(release): 5.18.3 * [`ec38ca9`](webpack/enhanced-resolve@ec38ca9) perf: decrease initial loading time ([#458](https://github.com/webpack/enhanced-resolve/issues/458)) * [`5f74295`](webpack/enhanced-resolve@5f74295) refactor: update eslint config ([#457](https://github.com/webpack/enhanced-resolve/issues/457)) * [`86ff212`](webpack/enhanced-resolve@86ff212) fix(types): fix nonsensible intersection * [`367d0f6`](webpack/enhanced-resolve@367d0f6) chore(deps): bump form-data from 3.0.3 to 3.0.4 ([#455](https://github.com/webpack/enhanced-resolve/issues/455)) * [`0bf4503`](webpack/enhanced-resolve@0bf4503) chore(release): 5.18.2 * [`b244176`](webpack/enhanced-resolve@b244176) fix: types * [`775f2fb`](webpack/enhanced-resolve@775f2fb) chore: migrate to eslint-config-webpack ([#453](https://github.com/webpack/enhanced-resolve/issues/453)) * [`6df312e`](webpack/enhanced-resolve@6df312e) chore: fix tsconfig ([#452](https://github.com/webpack/enhanced-resolve/issues/452)) * [`b059bff`](webpack/enhanced-resolve@b059bff) ci: show report * Additional commits viewable in [compare view](webpack/enhanced-resolve@v5.18.1...v5.18.3) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
…kip ci] Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0. Release notes *Sourced from [docker/setup-buildx-action's releases](https://github.com/docker/setup-buildx-action/releases).* > v3.12.0 > ------- > > * Deprecate `install` input by [`@crazy-max`](https://github.com/crazy-max) in [docker/setup-buildx-action#455](https://github.com/docker/setup-buildx-action/pull/455) > * Bump `@docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/setup-buildx-action#434](https://github.com/docker/setup-buildx-action/pull/434) > * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/setup-buildx-action#436](https://github.com/docker/setup-buildx-action/pull/436) > * Bump form-data from 2.5.1 to 2.5.5 in [docker/setup-buildx-action#432](https://github.com/docker/setup-buildx-action/pull/432) > * Bump undici from 5.28.4 to 5.29.0 in [docker/setup-buildx-action#435](https://github.com/docker/setup-buildx-action/pull/435) > > **Full Changelog**: <docker/setup-buildx-action@v3.11.1...v3.12.0> Commits * [`8d2750c`](docker/setup-buildx-action@8d2750c) Merge pull request [#455](https://github.com/docker/setup-buildx-action/issues/455) from crazy-max/install-deprecated * [`e81846b`](docker/setup-buildx-action@e81846b) deprecate install input * [`65d18f8`](docker/setup-buildx-action@65d18f8) Merge pull request [#454](https://github.com/docker/setup-buildx-action/issues/454) from docker/dependabot/github\_actions/actions/checkout-6 * [`000d75d`](docker/setup-buildx-action@000d75d) build(deps): bump actions/checkout from 5 to 6 * [`1583c0f`](docker/setup-buildx-action@1583c0f) Merge pull request [#443](https://github.com/docker/setup-buildx-action/issues/443) from nicolasleger/patch-1 * [`ed158e7`](docker/setup-buildx-action@ed158e7) doc: bump actions/checkout from 4 to 5 * [`4cc794f`](docker/setup-buildx-action@4cc794f) Merge pull request [#441](https://github.com/docker/setup-buildx-action/issues/441) from docker/dependabot/github\_actions/actions/checkout-5 * [`4dfc3d6`](docker/setup-buildx-action@4dfc3d6) build(deps): bump actions/checkout from 4 to 5 * [`af1b253`](docker/setup-buildx-action@af1b253) Merge pull request [#440](https://github.com/docker/setup-buildx-action/issues/440) from crazy-max/k3s-build * [`3c6ab92`](docker/setup-buildx-action@3c6ab92) ci: k3s test with latest buildx * Additional commits viewable in [compare view](docker/setup-buildx-action@e468171...8d2750c) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)



What does this PR do?
Motivation
provde docker image that support more CPUs/OS
Related issues
#412
#408