Created
November 6, 2018 19:09
-
-
Save trozet/8c5b17e046e04628f3b67b115104b988 to your computer and use it in GitHub Desktop.
opendaylight dockerfile example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM 192.0.2.1:8787/tripleorocky/centos-binary-opendaylight:current-tripleo-rdo | |
| RUN yum remove opendaylight -y | |
| RUN echo $'[opendaylight]\n\ | |
| baseurl=https://nexus.opendaylight.org/content/repositories/opendaylight-oxygen-epel-7-x86_64-devel/\n\ | |
| gpgcheck=0\n\ | |
| enabled=1' > /etc/yum.repos.d/opendaylight.repo | |
| RUN yum -y install opendaylight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment