commit | b04fcce48efeb8df83796c9a2b4f66aba86cd2b7 | [log] [tgz] |
---|---|---|
author | Elek, Márton <elek@users.noreply.github.com> | Mon May 17 07:50:36 2021 +0200 |
committer | GitHub <noreply@github.com> | Mon May 17 07:50:36 2021 +0200 |
tree | 613997f860ba3b514bd40e58f2f99ede0f280563 | |
parent | 1b3677f31377203b9a91c1f82561c7e364609a1b [diff] |
HDDS-5229. Add NOTICE (#3)
This repository contains the definition of a helper container for building Apache Ozone
Container contains all the required dependencies (and some cached artifacts).
Used by some of the Github Actions of the main Ozone repository.
The image is available as apache/ozone-build. Build is managed by Docker Hub.
To build the image, please use:
docker build -t apache/ozone-build:dev .
To test it, you can test any build step inside the container:
docker -it -v `pwd`:/opt/ozone` bash cd /opt/ozone mvn clean install -DskipTests
Note: the image assumes that the Ozone source tree (pwd
in our example) is writted by the user with id=1000.
*After merging PR, a new tag can be pushed to the repository to create a new image. Use the convention: YYYYMMDD-N
for tags where N is a daily counter (see the existing tags as an example).