Skip to content

Commit df693e1

Browse files
author
Maik Hummel
committed
Remove manual labels
1 parent 699a6d4 commit df693e1

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

Dockerfile

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
FROM beevelop/java
22

3-
ARG BUILD_DATE
4-
ARG BUILD_VERSION
5-
ARG VCS_REF
6-
7-
LABEL maintainer="Maik Hummel <hi@beevelop.com>" \
8-
org.label-schema.build-date=$BUILD_DATE \
9-
org.label-schema.version=$BUILD_VERSION \
10-
org.label-schema.vcs-ref=$VCS_REF \
11-
org.label-schema.schema-version="1.0" \
12-
org.label-schema.vcs-url="https://github.com/beevelop/docker-android.git" \
13-
org.label-schema.name="beevelop/android" \
14-
org.label-schema.vendor="Maik Hummel (beevelop)" \
15-
org.label-schema.description="Simple Android Docker image" \
16-
org.label-schema.url="https://beevelop.com/" \
17-
org.label-schema.license="MIT" \
18-
org.opencontainers.image.title="beevelop/android" \
19-
org.opencontainers.image.description="Simple Android Docker image" \
20-
org.opencontainers.image.licenses="MIT" \
21-
org.opencontainers.image.authors="Maik Hummel (beevelop)" \
22-
org.opencontainers.image.vendor="Maik Hummel (beevelop)" \
23-
org.opencontainers.image.url="https://github.com/beevelop/docker-android" \
24-
org.opencontainers.image.documentation="https://github.com/beevelop/docker-android/blob/master/README.md" \
25-
org.opencontainers.image.source="https://github.com/beevelop/docker-android.git"
26-
273
# https://developer.android.com/studio/#downloads
284
ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip" \
295
ANDROID_BUILD_TOOLS_VERSION=30.0.3 \

0 commit comments

Comments
 (0)