From 618789c7bd8ce04e5d3b95351e07c3410f016f58 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Mon, 19 Dec 2022 12:36:43 -0800 Subject: [PATCH] https://github.com/badges/shields/issues/8671 --- Docker/Dockerfile | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 5eb4c557..a18e14a2 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -21,6 +21,8 @@ # docker build --progress=plain --build-arg DBGTOOL_INSTALL=True ./Docker # Build from Ubuntu LTS as base image +# TODO: Build from .NET Ubuntu base image mcr.microsoft.com/dotnet/sdk:7.0-jammy +# https://hub.docker.com/_/microsoft-dotnet-sdk/ FROM ubuntu:latest # Set the version at build time @@ -75,7 +77,7 @@ RUN wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -sr)/package && touch /etc/apt/preferences \ && echo "Package: *" >> /etc/apt/preferences \ && echo "Pin: origin \"packages.microsoft.com\"" >> /etc/apt/preferences \ - && echo Pin-Priority: 1001 >> /etc/apt/preferences \ + && echo "Pin-Priority: 1001" >> /etc/apt/preferences \ && cat /etc/apt/preferences \ && cat /etc/apt/sources.list.d/microsoft-prod.list \ && apt-get update \ diff --git a/README.md b/README.md index f78cf38c..95576a13 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Code and Pipeline is on [GitHub](https://github.com/ptr727/PlexCleaner). Binary releases are published on [GitHub Releases](https://github.com/ptr727/PlexCleaner/releases). Docker images are published on [Docker Hub](https://hub.docker.com/u/ptr727/plexcleaner) and [GitHub Container Registry](https://github.com/ptr727/PlexCleaner/pkgs/container/plexcleaner). [![GitHub Last Commit](https://img.shields.io/github/last-commit/ptr727/PlexCleaner?logo=github)](https://github.com/ptr727/PlexCleaner/commits/main) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ptr727/PlexCleaner/Build%20and%20Publish%20Pipeline?logo=github)](https://github.com/ptr727/PlexCleaner/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ptr727/PlexCleaner/workflows/BuilPublishPipeline.yml?branch=main&logo=github)](https://github.com/ptr727/PlexCleaner/actions) [![GitHub Actions Last Build](https://byob.yarr.is/ptr727/PlexCleaner/lastbuild)](https://github.com/ptr727/PlexCleaner/actions) ## Releases