Skip to content

Instantly share code, notes, and snippets.

@trozet
Created November 6, 2018 19:09
Show Gist options
  • Save trozet/8c5b17e046e04628f3b67b115104b988 to your computer and use it in GitHub Desktop.
Save trozet/8c5b17e046e04628f3b67b115104b988 to your computer and use it in GitHub Desktop.
opendaylight dockerfile example
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