Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated yumapro validator to version 21 #130

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ COPY ./yang-validator-extractor/pyang_plugin/depend.py /usr/lib/python3.6/site-p

RUN mkdir -p /home/yangvalidator/confd-${CONFD_VERSION}
COPY ./resources/confd-${CONFD_VERSION}.linux.x86_64.installer.bin $VIRTUAL_ENV/confd-${CONFD_VERSION}.linux.x86_64.installer.bin
COPY ./resources/yumapro-client-20.10-9.u1804.amd64.deb $VIRTUAL_ENV/yumapro-client-20.10-9.u1804.amd64.deb
COPY ./resources/yumapro-client-21.10-12.deb11.amd64.deb $VIRTUAL_ENV/yumapro-client-21.10-12.deb11.amd64.deb
RUN $VIRTUAL_ENV/confd-${CONFD_VERSION}.linux.x86_64.installer.bin /home/yangvalidator/confd-${CONFD_VERSION}

WORKDIR $VIRTUAL_ENV
RUN dpkg -i $VIRTUAL_ENV/yumapro-client-20.10-9.u1804.amd64.deb
RUN dpkg -i $VIRTUAL_ENV/yumapro-client-21.10-12.deb11.amd64.deb
COPY ./yang-validator-extractor/ $VIRTUAL_ENV/
RUN chown -R ${YANG_ID}:${YANG_GID} /home
RUN mkdir /var/run/yang
Expand Down