Skip to content

Commit

Permalink
Ethanperry/add open source labels (#45)
Browse files Browse the repository at this point in the history
Add open source labels to dockerfiles.
  • Loading branch information
ethanperry1 authored Dec 5, 2023
1 parent 2216367 commit c972203
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/anomaly-detection/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# syntax=docker/dockerfile:1

FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21-cbl-mariner2.0 AS build
LABEL org.opencontainers.image.source=https://github.com/Azure-Samples/explore-iot-operations
LABEL org.opencontainers.image.description="Industrial anomaly detection server"
LABEL org.opencontainers.image.licenses=MIT

COPY ./lib /workdir/lib

Expand Down
3 changes: 3 additions & 0 deletions samples/http-grpc-callout/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# syntax=docker/dockerfile:1

FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21-cbl-mariner2.0 AS build
LABEL org.opencontainers.image.source=https://github.com/Azure-Samples/explore-iot-operations
LABEL org.opencontainers.image.description="HTTP & GRPC callout server"
LABEL org.opencontainers.image.licenses=MIT

COPY ./lib /workdir/lib

Expand Down
3 changes: 3 additions & 0 deletions samples/http-grpc-shift-calculation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# syntax=docker/dockerfile:1

FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21-cbl-mariner2.0 AS build
LABEL org.opencontainers.image.source=https://github.com/Azure-Samples/explore-iot-operations
LABEL org.opencontainers.image.description="Industrial shift calculator"
LABEL org.opencontainers.image.licenses=MIT

COPY ./lib /workdir/lib

Expand Down

0 comments on commit c972203

Please sign in to comment.