diff --git a/server/Tingle.Dependabot/Dockerfile b/server/Tingle.Dependabot/Dockerfile index 1001f323..aa028e58 100644 --- a/server/Tingle.Dependabot/Dockerfile +++ b/server/Tingle.Dependabot/Dockerfile @@ -1,6 +1,7 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base +LABEL org.opencontainers.image.source="https://github.com/tinglesoftware/dependabot-azure-devops" WORKDIR /app EXPOSE 80 EXPOSE 443 diff --git a/server/Tingle.Dependabot/Dockerfile.CI b/server/Tingle.Dependabot/Dockerfile.CI index 0e9834be..63fd0fb4 100644 --- a/server/Tingle.Dependabot/Dockerfile.CI +++ b/server/Tingle.Dependabot/Dockerfile.CI @@ -5,6 +5,7 @@ # As a result, we only copy publish output and put it in the container FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base +LABEL org.opencontainers.image.source="https://github.com/tinglesoftware/dependabot-azure-devops" EXPOSE 80 EXPOSE 443 WORKDIR /app diff --git a/updater/Dockerfile b/updater/Dockerfile index 44ecbbca..60f41666 100644 --- a/updater/Dockerfile +++ b/updater/Dockerfile @@ -3,6 +3,8 @@ ARG ECOSYSTEM FROM ghcr.io/dependabot/dependabot-updater-$ECOSYSTEM +LABEL org.opencontainers.image.source="https://github.com/tinglesoftware/dependabot-azure-devops" + # ENV DEPENDABOT_HOME /home/dependabot WORKDIR ${DEPENDABOT_HOME}