Enhance ExaBGP configuration and scripts by adding environment variable support for neighbor IP, local AS, and router ID. Update Dockerfile to include permissions for the new generate_config.py script. Improve start.sh to generate configuration dynamically and display relevant information during startup.
Build and Push Docker Image / build (push) Successful in 3m34s
Build and Push Docker Image / build (push) Successful in 3m34s
This commit is contained in:
@@ -21,6 +21,7 @@ COPY data/ /app/data/
|
||||
# Установка прав доступа
|
||||
RUN chmod +x /app/scripts/start.sh
|
||||
RUN chmod +x /app/scripts/load_prefixes.py
|
||||
RUN chmod +x /app/scripts/generate_config.py
|
||||
|
||||
# Рабочая директория
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user