aboutsummaryrefslogtreecommitdiff
path: root/docker/ant/readme.md
blob: 6618cd0327580477f9bbf0f48831c577155aa9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## Configuration

[_(general configuration and options)_](../readme.md)

### `ARG ant=1.10.1`

The ant version to be used. Supported values:

- `1.10.1` (default)

## Example build commands:

(To be executed from the `<lombokhome>/docker` directory)

```
docker build -t lombok-ant-jdk10 -f ant/Dockerfile .

docker build -t lombok-ant-jdk10 --build-arg lombokjar=lombok-1.16.20.jar -f ant/Dockerfile .
```

## Example run commands:

```
docker run -it lombok-ant-jdk10

docker run --rm -it -v /<lombokhome>/dist/lombok.jar:/workspace/lombok.jar lombok-ant-jdk10
```

## Example container commands:

```
ant dist
```