commit | a21ac2aa1c5a47c71d066f4ac7c07a1946992d72 | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Mon Oct 12 11:39:59 2020 -0700 |
committer | Girish Gowdra <girish@opennetworking.org> | Mon Oct 12 11:39:59 2020 -0700 |
tree | 404dca0ba2a555f39d02c334041e25e4fd1b930a | |
parent | fddb175031065ba64bf5ae47f973c6c15ab80b69 [diff] |
Bump minor version libssl-dev package as older version is obsoelte now. libssl-dev version changed from 1.0.2g-1ubuntu4.16 to 1.0.2g-1ubuntu4.17 Change-Id: Ic7c8391c2b25b13cd45f11aca72da1124d1a04fd
This repo contains Dockerfile used to generate docker container with prerequisite software for running openolt agent unit tests.
Final docker images are tagged with the image version from the VERSION file.
The VERSION file should be changed using these rules:
Only use containers tagged with <VERSION>
.
Once you are the root folder of the openolt agent repo, execute the below command to build and run the unit tests. Replace VERSION
to use a specific version of the container.
docker run --rm -v $PWD:/app voltha/openolt-test:<VERSION> make test
Details:
-v
bind-mounts the local folder into the container.make build
to build containermake docker-push
to push built container to a registrymake lint
to lint the Dockerfiles