diff --git a/Dockerfile b/Dockerfile index f54d328..4a4b2a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,10 @@ FROM ${BASE_IMAGE} LABEL maintainer="Andrii Rieznik " +LABEL org.opencontainers.image.source=https://github.com/andriyreznik/docker-python-gdal +LABEL org.opencontainers.image.description="Debian based image with pre-installed GDAL/OGR libraries and Python bindings" +LABEL org.opencontainers.image.licenses=MIT + ARG GDAL_VERSION=3.2.3 ARG SOURCE_DIR=/usr/local/src/python-gdal diff --git a/LICENSE b/LICENSE index f1f4b09..b34f2ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Andrey Reznik +Copyright (c) 2018 Andrii Rieznik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 80cc2d1..1a18b0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# :whale: python-gdal -![Build](https://img.shields.io/github/workflow/status/andrejreznik/docker-python-gdal/Build.svg)![Build](https://img.shields.io/docker/cloud/build/andrejreznik/python-gdal.svg)![Pulls](https://img.shields.io/docker/pulls/andrejreznik/python-gdal.svg)![Size](https://img.shields.io/docker/image-size/andrejreznik/python-gdal/latest.svg) - +# 🐳 python-gdal +![Build](https://img.shields.io/github/actions/workflow/status/andriyreznik/docker-python-gdal/push.yml?branch=master)![Pulls](https://img.shields.io/docker/pulls/andrejreznik/python-gdal.svg)![Size](https://img.shields.io/docker/image-size/andrejreznik/python-gdal/latest.svg) #### Python + GDAL/OGR Docker image Get and compile the latest stable GDAL/OGR sources from official repository.