The switch to Debian leads to a change in supported platforms. This PR drops support for linux/arm/v6 and adds back support for linux/s390x which was removed as a workaround for #794.
Pre-installed distribution builds will now need to pass in their credentials using Docker Build Secrets. As similar implementation was suggested by @afwolfe in #1000.
Closes #1099
Closes #794
Supersedes #1000
π Motivation and context
See:
1099
π§ͺ Testing
β Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All future TODOs are captured in issues, which are referenced
in code comments.
[x] All relevant type-of-change labels have been added.
π£ Description
This PR adds support for FoundryVTT
v13
prototype.Due to outstanding issues with NodeJS on Alpine Linux this container has been converted to a Debian-based image:
794
The switch to Debian leads to a change in supported platforms. This PR drops support for
linux/arm/v6
and adds back support forlinux/s390x
which was removed as a workaround for #794.Pre-installed distribution builds will now need to pass in their credentials using Docker Build Secrets. As similar implementation was suggested by @afwolfe in #1000.
Closes #1099 Closes #794 Supersedes #1000
π Motivation and context
See:
1099
π§ͺ Testing
β Pre-approval checklist
β Pre-merge checklist
β Post-merge checklist