Restconf: Fixed http accept/content-type logic
yang mem-leak
This commit is contained in:
parent
f1d9e26755
commit
158ea40b59
6 changed files with 63 additions and 58 deletions
|
|
@ -78,7 +78,7 @@ openconfig:
|
|||
./getopenconfig.sh
|
||||
|
||||
docker: clixon yang openconfig $(DOCKERFILE)
|
||||
sudo docker build -f $(DOCKERFILE) -t $(IMG) $(DOCKERFLAGS) .
|
||||
sudo docker build --progress plain -f $(DOCKERFILE) -t $(IMG) $(DOCKERFLAGS) .
|
||||
|
||||
push:
|
||||
sudo docker push $(IMG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue