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

trigger docker multiarch build #28

Merged
merged 1 commit into from
Nov 30, 2023
Merged

trigger docker multiarch build #28

merged 1 commit into from
Nov 30, 2023

Conversation

missinglink
Copy link
Member

@missinglink missinglink commented Nov 30, 2023

originally I intended to simply trigger a docker multiarch build, however it seems two changes were required to get the image to build:

  • npm version 10+ are no longer compatible with the old version of nodejs we use, see https://stackoverflow.com/a/77024158
  • the /data dir was not being created and resulted in an error when the chown command was run, I'm not sure how this used to work, but a mkdir is now explicitly required.

as an aside, this nodejs version is ancient, I'd like to upgrade that but I don't want to deal with that right now as there's enough going on with the multiarch changes.

for SEO, if the wrong baseimage is selected the errors manifest themselves as Invalid ELF image for this architecture or similar signs of architecture mismatch.

@missinglink missinglink force-pushed the build-multiarch branch 4 times, most recently from 0702438 to 6717702 Compare November 30, 2023 15:07
@missinglink missinglink merged commit ec56f0a into master Nov 30, 2023
1 check passed
@missinglink missinglink deleted the build-multiarch branch November 30, 2023 16:40
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.

1 participant