Skip to content

Commit

Permalink
https://github.com/badges/shields/issues/8671
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Dec 19, 2022
1 parent d8fc948 commit 618789c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 618789c

Please sign in to comment.