diff --git a/Dockerfile b/Dockerfile index 2ad9acd..c2fd858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM python:3.8-alpine +LABEL org.opencontainers.image.source=https://github.com/RalphTro/epcis-event-hash-generator +LABEL org.opencontainers.image.description="This container hosts web services for generating event hash. Basically supports `GET /health` and `POST /hash` http endpoints." + RUN apk --no-cache --update add bash inotify-tools curl WORKDIR /usr/src/app