feat(docker): updating android build-tools to version 36
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m39s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m39s
This commit is contained in:
@ -21,6 +21,8 @@ FROM reg.cadoles.com/proxy_cache/library/alpine:3.22 as runtime
|
||||
|
||||
ARG TIMEZONE=Europe/Paris
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 openjdk8 java-common \
|
||||
bash supervisor openssh inotify-tools gettext \
|
||||
@ -36,8 +38,8 @@ RUN mkdir -p /opt/android \
|
||||
ENV ANDROID_HOME="/opt/android"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/tools/bin"
|
||||
|
||||
RUN yes | sdkmanager "build-tools;34.0.0"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/build-tools/34.0.0"
|
||||
RUN yes | sdkmanager "build-tools;36.0.0"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/build-tools/36.0.0"
|
||||
|
||||
COPY --from=build /fdroid /fdroid
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -27,6 +27,8 @@ run:
|
||||
-e "FDROID_KEYSTORE_DNAME=CN=cadoles.com, OU=ID, O=Cadoles, L=Dijon, S=France, C=FR" \
|
||||
fdroid-repository:latest \
|
||||
$(DOCKER_CMD)
|
||||
scan:
|
||||
trivy image --format table fdroid-repository:latest
|
||||
|
||||
release:
|
||||
docker image tag fdroid-repository:latest reg.cadoles.com/cadoles/fdroid-repository:latest
|
||||
|
Reference in New Issue
Block a user