aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.arm64
AgeCommit message (Collapse)Author
2024-03-18Remove legacy build utilities (#11162)Cody Robibero
2024-01-17Refactor Dockerfile and build (#10603)Gauvino
* Fix fedora * Fix RID Linux * Fix package and image versions * Fix buildling and optimize docker images ``` * Removed find obj * Changed curl command and added gpg * Added to Contributors * Removed apt-transport-https package * Removed RASPI * Update Intel drivers version * Update Dockerfile for CentOS, Fedora, and portable deployments - Changed Jammy docker image to Built-in Jammy Microsoft .NET SDK image - Switched from using "Yum" to "Dnf" for CentOS and Fedora - Added "dnf clean all" and "rm -rf /var/cache/dnf" to the end of CentOS and Fedora Dockerfiles - Added "apt-get clean", "apt-get autoremove", "rm -rf /var/lib/apt/lists/*" to the end of the Debian/Ubuntu Dockerfiles - Added ${DOTNET_VERSION} in every Dockerfile except CentOS/Fedora - Removed previous warning comment for dotnet publish build in parallel - Arranged package installation * Re-arranged Dockerfile package installation * Re-align * Remove curl * Remove curl
2023-11-16Fix build and changed debian to bookwormUruk
2022-12-07chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#8686)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14Drop transitional package apt-transport-https (#5950)Robin Schneider
2021-09-25Fix builds for dotnet6 (#6595)Cody Robibero
* Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-08-06fix missing build dependenciesh1dden-da3m0n
needed by the build sh-scripts
2021-08-05remove packages bundled in dotnet/sdk base imageh1dden-da3m0n
2021-08-04change OS packaging images to be quieth1dden-da3m0n
also uses the base dotnet/sdk image where possible
2021-07-19Update to dotnet 5.0.8Cody Robibero
2021-06-14Update to dotnet 5.0.7crobibero
2021-05-17Remove erroneous newlinecrobibero
2021-05-14Update to dotnet5.0.6crobibero
2021-04-08Update to dotnet 5.0.5crobibero
2021-02-09Update to dotnet 5.0.3crobibero
2021-01-16dotnet 5.0.2crobibero
2020-12-19Add static Linux builds for arm and muslJoshua M. Boniface