Skip to content

Commit

Permalink
Improve authors and description labels of e2e docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfrey authored Oct 30, 2023
1 parent fca0d73 commit bd03604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM geopython/pygeoapi:0.15.0

LABEL maintainer="https://github.com/haoliangyu/ogcapi-js" \
description="docker image for e2e tests"
LABEL org.opencontainers.image.authors="Contributors of @ogcapi-js" \
org.opencontainers.image.description="docker image for e2e tests"

# install curl for healthcheck
RUN apt-get update && \
Expand Down

0 comments on commit bd03604

Please sign in to comment.