File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM 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
284ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip" \
295 ANDROID_BUILD_TOOLS_VERSION=30.0.3 \
You can’t perform that action at this time.
0 commit comments