Skip to content

Commit de4fed2

Browse files
authored
Added licences for ZGW images (#166)
1 parent 673386a commit de4fed2

File tree

10 files changed

+18
-1
lines changed

10 files changed

+18
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
**/secrets.dev.yaml
2323
**/values.dev.yaml
2424
**/out
25-
LICENSE
2625
README.md
2726
.dotnet
2827
.Microsoft.DotNet.ImageBuilder

src/OneGround.ZGW.Autorisaties.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Besluiten.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Catalogi.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Documenten.Messaging.Listener/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Documenten.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Notificaties.Messaging.Listener/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Notificaties.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Referentielijsten.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

src/OneGround.ZGW.Zaken.WebApi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ LABEL org.opencontainers.image.source="https://github.com/OneGround/ZGW-APIs" \
1919

2020
WORKDIR /app
2121

22+
COPY LICENSE ./
23+
2224
COPY --from=build /app/publish .
2325

2426
RUN apt-get update -yq \

0 commit comments

Comments
 (0)