Skip to content

Commit 0ac4254

Browse files
committed
[docker:android-sdk] Rebuild android-sdk image. Remove patcher dependency and update readme
1 parent 9ff8ffe commit 0ac4254

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ This repository contains Docker files for running [Mapbox GL](https://github.com
88

99
### Adding a new image
1010

11-
When you want to add a new image, e.g. a new compiler version or a new Android NDK version, duplicate an existing file in the `images` directory, annd change it to suit your needs. There's usually no need to keep previous versions of e.g. the Android NDK around. Legacy branches of mapbox-gl-native will use legacy Docker images that contain the legacy NDKs.
11+
When you want to add a new image, e.g. a new compiler version or a new Android NDK version, duplicate an existing file in the `images` directory, and change it to suit your needs. There's usually no need to keep previous versions of e.g. the Android NDK around. Legacy branches of mapbox-gl-native will use legacy Docker images that contain the legacy NDKs.
12+
13+
### Updating a new image
14+
15+
When you want to update an existing image, e.g. update dependencies, new feature, edit an existing file in the `images` directory, and change it to suit your needs. If the image you're modifying serves as a base for other images you also need to build the derived images, for example [PR#88](https://github.com/mapbox/mbgl-ci-images/pull/88).
1216

1317
### Workflow
1418

Diff for: images/android-sdk

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN set -eu \
2323
"platforms;android-33" \
2424
"platforms;android-34" \
2525
"extras;android;m2repository" \
26-
"patcher;v4" \
2726
"extras;google;m2repository" \
2827
"extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2" \
2928
"cmake;3.22.1" \

0 commit comments

Comments
 (0)