Skip to content

Commit

Permalink
Added org.opencontainers.image.source label
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 25, 2023
1 parent 1bb117c commit ad1254e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/Tingle.Dependabot/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions server/Tingle.Dependabot/Dockerfile.CI
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions updater/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit ad1254e

Please sign in to comment.