File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646            context : telegraf 
4747          - name : qubership-rabbitmq-image 
4848            file : rabbitmq-docker/4.0/Dockerfile 
49-             context : rabbitmq-docker/4.0  
49+             context : rabbitmq-docker 
5050          - name : qubership-rabbitmq-image-3 
5151            file : rabbitmq-docker/3.13/Dockerfile 
52-             context : rabbitmq-docker/3.13  
52+             context : rabbitmq-docker 
5353    runs-on : ubuntu-latest 
5454    steps :
5555      - name : Checkout 
Original file line number Diff line number Diff line change 11FROM  library/rabbitmq:3.13.6-management-alpine
22
33COPY  docker-entrypoint.sh /usr/local/bin/
4- COPY  ../ scripts/get_user /bin/
5- COPY  ../ scripts/get_password /bin/
6- COPY  ../ scripts/change_password /bin/
4+ COPY  scripts/get_user /bin/
5+ COPY  scripts/get_password /bin/
6+ COPY  scripts/change_password /bin/
77
88ENV  USER_UID=1000
99
@@ -19,7 +19,7 @@ chmod +x /bin/get_password && \
1919chmod +x /usr/local/bin/docker-entrypoint.sh && \
2020chmod -R  a+r /opt/rabbitmq/plugins
2121
22- RUN  rm /usr/lib/python3.11 /EXTERNALLY-MANAGED
22+ RUN  rm /usr/lib/python3.12 /EXTERNALLY-MANAGED
2323
2424RUN  set -x \
2525    && python3 -m ensurepip \
@@ -28,7 +28,7 @@ RUN set -x \
2828    && pip3 install --upgrade pip setuptools \
2929    && rm -rf /var/cache/apk/*
3030
31- COPY  ../ logging_definitions.json /etc/rabbitmq/
31+ COPY  logging_definitions.json /etc/rabbitmq/
3232
3333VOLUME  /etc/rabbitmq
3434VOLUME  /var/log/rabbitmq
Original file line number Diff line number Diff line change 11FROM  library/rabbitmq:4.0.7-management-alpine
22
33COPY  docker-entrypoint.sh /usr/local/bin/
4- COPY  ../ scripts/get_user /bin/
5- COPY  ../ scripts/get_password /bin/
6- COPY  ../ scripts/change_password /bin/
4+ COPY  scripts/get_user /bin/
5+ COPY  scripts/get_password /bin/
6+ COPY  scripts/change_password /bin/
77
88ENV  USER_UID=1000
99
@@ -28,7 +28,7 @@ RUN set -x \
2828    && pip3 install --upgrade pip setuptools \
2929    && rm -rf /var/cache/apk/*
3030
31- COPY  ../ logging_definitions.json /etc/rabbitmq/
31+ COPY  logging_definitions.json /etc/rabbitmq/
3232
3333VOLUME  /etc/rabbitmq
3434VOLUME  /var/log/rabbitmq
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments