mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6394] [MERGED] ci: change OS packaging images to be quiet #10942
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6394
Author: @h1dden-da3m0n
Created: 8/5/2021
Status: ✅ Merged
Merged: 8/11/2021
Merged by: @joshuaboniface
Base:
master← Head:ci/noisy-container📝 Commits (3)
6a3ec7bchange OS packaging images to be quietea798deremove packages bundled in dotnet/sdk base imageed2a637fix missing build dependencies📊 Changes
15 files changed (+164 additions, -186 deletions)
View changed files
📝
deployment/Dockerfile.centos.amd64(+9 -9)📝
deployment/Dockerfile.debian.amd64(+6 -11)📝
deployment/Dockerfile.debian.arm64(+16 -16)📝
deployment/Dockerfile.debian.armhf(+17 -16)📝
deployment/Dockerfile.fedora.amd64(+7 -7)📝
deployment/Dockerfile.linux.amd64(+6 -11)📝
deployment/Dockerfile.linux.amd64-musl(+6 -11)📝
deployment/Dockerfile.linux.arm64(+6 -11)📝
deployment/Dockerfile.linux.armhf(+6 -11)📝
deployment/Dockerfile.macos(+6 -11)📝
deployment/Dockerfile.portable(+6 -11)📝
deployment/Dockerfile.ubuntu.amd64(+9 -6)📝
deployment/Dockerfile.ubuntu.arm64(+29 -22)📝
deployment/Dockerfile.ubuntu.armhf(+29 -22)📝
deployment/Dockerfile.windows.amd64(+6 -11)📄 Description
Description
To lessen the burden of the review for my ci PR i extracted my changes for the OS packaging Images.
This PR quiets down the package manager installs, since their log can be mostly ignored for the package builds.
Additionally, I noticed that we where already using debian 10 as the base but where manually installing dotnet, so I exchanged the base images where that was the case and dropped the explicit download of the dotnet sdk.
Change(s)
Issue(s)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.