Sign inSign up

warnyul/redex

By warnyul

Updated over 1 year ago

A bytecode optimizer for Android apps https://fbredex.com/

Image
0

10K+

warnyul/redex repository overview

redex

Docker Image Version (tag latest semver) Docker Image Size (tag) MicroBadger Layers (tag) License

Docker image for Facebook's ReDex Android Bytecode Optimizer.

Usage

You can run ReDex with a single command:

docker run --rm -v "$(pwd)":"$(pwd)" -w "$(pwd)" warnyul/redex redex ./myapp.apk -o ./redex.apk

Build

git clone https://github.com/warnyul/docker-redex.git
cd docker-redex
# Use -u to update redex to the latest commit before build it.
./build.sh -u

All image will be tagged with the redex's commit hash to identify builds.

License

Copyright 2020 Balázs Varga

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Tag summary

Content type

Image

Digest

sha256:715103d22

Size

1.6 GB

Last updated

over 1 year ago

docker pull warnyul/redex