Using docker-android-build-box with docker.com

Dockerfile integration

Install
# See https://github.com/mingchen/docker-android-build-box
Get namespaces and repos
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/
Get namespace
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}
Get years with data
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}/pulls/exports/years
SDK on GitHub 📄 API Docs
SDK
docker-android-build-box
Dockerfile
API
docker.com
docker.com:dvp
At a glance
Language Dockerfile
Endpoints8
Base URLhttps://hub.docker.com/api/publisher/analytics/v1