## Configuration [_(general configuration and options)_](../readme.md) ### `ARG ant=1.10.9` The ant version to be used. Supported values: - `1.10.9` (default) - `1.10.7` - `1.10.6` - `1.10.1` ## Example build commands: (To be executed from the `/docker` directory) ``` docker build -t lombok-ant-jdk16 -f ant/Dockerfile . docker build -t lombok-ant-jdk16 --build-arg lombokjar=lombok-1.18.20.jar -f ant/Dockerfile . ``` ## Example run commands: ``` docker run -it lombok-ant-jdk16 docker run --rm -it -v //dist/lombok.jar:/workspace/lombok.jar lombok-ant-jdk16 ``` ## Example container commands: ``` cd classpath ant dist ```