Skip to content
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

fix: sqlite auto db folder creation #845

Merged
merged 5 commits into from
Dec 2, 2024
Merged

Conversation

ohager
Copy link
Member

@ohager ohager commented Dec 2, 2024

correct folder creation now

gittrekt and others added 5 commits October 21, 2024 08:08
Changes to allow easier building for alternate architectures

- Update image to use node:{version}-alpine
- Add community repo so openjdk11-jdk can be added
- Add java_home env for jlink to be found
- Add sed command to flip download to false

Currently the gradle step that downloads node is only compatible with amd64. These changes will make node part of the base image and flip the download to false allowing for the build to complete on architectures such as ARM64.
@ohager ohager requested a review from jjos2372 as a code owner December 2, 2024 00:51
@ohager ohager changed the base branch from main to develop December 2, 2024 00:57
@ohager ohager merged commit 1fa2843 into develop Dec 2, 2024
2 checks passed
@ohager ohager deleted the fix/sqlte-db-folder-creation branch December 2, 2024 00:57
ohager added a commit that referenced this pull request Dec 2, 2024
* release: bump version  3.8.3

* fix: sqlite auto db folder creation (#845)

* Update Dockerfile for Better Compatibility (#838)

Changes to allow easier building for alternate architectures

- Update image to use node:{version}-alpine
- Add community repo so openjdk11-jdk can be added
- Add java_home env for jlink to be found
- Add sed command to flip download to false

Currently the gradle step that downloads node is only compatible with amd64. These changes will make node part of the base image and flip the download to false allowing for the build to complete on architectures such as ARM64.

* bump version

* release: bump version  3.8.3 (#844)

* fix: sqlite auto db folder creation

---------

Co-authored-by: gittrekt <[email protected]>

---------

Co-authored-by: gittrekt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants