File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM python:3.11.0
22MAINTAINER Komal Thareja<komal.thareja@gmail.com>
33
4- ARG HANDLERS_VER=1.8.1
4+ ARG HANDLERS_VER=1.8.2
55
66RUN mkdir -p /usr/src/app
77WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1- __version__ = "1.8.1 "
1+ __version__ = "1.8.2 "
22__VERSION__ = __version__
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
5252 network : host
5353 context : ../../../
5454 dockerfile : Dockerfile-auth
55- image : authority:1.8.1
55+ image : authority:1.8.2
5656 container_name : site1-am
5757 restart : always
5858 depends_on :
Original file line number Diff line number Diff line change 2323#
2424# Author: Komal Thareja (kthare10@renci.org)
2525runtime :
26- P4 : /etc/fabric/actor/playbooks/p4/bf-sde-9.7.1.tgz
26+ ssh_retries : 10
2727playbooks :
28+ admin_ssh_key : /root/.ssh/id_rsa_nova
2829 location : /etc/fabric/actor/playbooks
2930 inventory_location : /etc/fabric/actor/playbooks/inventory
3031 Switch : head_switch_provisioning.yml
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
5454 build :
5555 context : ../../../
5656 dockerfile : Dockerfile-broker
57- image : broker:1.8.1
57+ image : broker:1.8.2
5858 container_name : broker
5959 restart : always
6060 networks :
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ services:
6969 build :
7070 context : ../../../
7171 dockerfile : Dockerfile-orchestrator
72- image : orchestrator:1.8.1
72+ image : orchestrator:1.8.2
7373 container_name : orchestrator
7474 restart : always
7575 depends_on :
You can’t perform that action at this time.
0 commit comments