Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions oc_config_validate/demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM python:3.9-slim-bullseye

RUN apt-get update
RUN apt-get install -y procps
RUN apt-get update && apt-get install -y procps
RUN pip3 install oc-config-validate

WORKDIR /opt/oc_config_validate

COPY ./* demo/

RUN mkdir /opt/certs

CMD /opt/oc_config_validate/demo/run_demo.sh -L -N
2 changes: 1 addition & 1 deletion oc_config_validate/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description = file: README.md
license = Apache License, Version 2.0
author = Jose Ignacio Tamayo, Xavier Contreras Acevedo
author_email = [email protected], [email protected]
url = https://github.com/google/gnxi/oc_config_validate
url = https://github.com/google/gnxi/tree/master/oc_config_validate
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Expand Down