diff --git a/apps.Dockerfile b/apps.Dockerfile index 9c217ca..f58f535 100644 --- a/apps.Dockerfile +++ b/apps.Dockerfile @@ -70,6 +70,7 @@ ARG SOURCE ARG AUTHORS ARG LICENSES LABEL service="$SERVICE"\ + src="saleor-dockerize-all-apps"\ org.opencontainers.image.title="$TITLE"\ org.opencontainers.image.description="$DESC" \ org.opencontainers.image.url="$URL"\ diff --git a/other.Dockerfile b/other.Dockerfile index 97409bb..0b9808f 100644 --- a/other.Dockerfile +++ b/other.Dockerfile @@ -63,6 +63,7 @@ ARG SOURCE ARG AUTHORS ARG LICENSES LABEL service="$SERVICE"\ + src="saleor-dockerize-all-apps"\ org.opencontainers.image.title="$TITLE"\ org.opencontainers.image.description="$DESC" \ org.opencontainers.image.url="$URL"\