mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-23 08:23:16 +01:00
commit
4dd7a51c7d
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: git-checkout
|
- id: git-checkout
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- id: docker-build
|
- id: docker-build
|
||||||
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
|
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
|
||||||
run: ${{ matrix.build_cmd }}
|
run: ${{ matrix.build_cmd }}
|
||||||
|
@ -7,7 +7,7 @@ load_configuration() {
|
|||||||
MAX_WAIT=10
|
MAX_WAIT=10
|
||||||
WAIT_COUNT=0
|
WAIT_COUNT=0
|
||||||
while [ ! -S $UNIT_SOCKET ]; do
|
while [ ! -S $UNIT_SOCKET ]; do
|
||||||
if [ $WAIT_COUNT -gte $MAX_WAIT ]; then
|
if [ $WAIT_COUNT -ge $MAX_WAIT ]; then
|
||||||
echo "⚠️ No control socket found; configuration will not be loaded."
|
echo "⚠️ No control socket found; configuration will not be loaded."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
napalm==3.2.0
|
napalm==3.2.0
|
||||||
ruamel.yaml==0.16.12
|
ruamel.yaml==0.16.12
|
||||||
django-auth-ldap==2.2.0
|
django-auth-ldap==2.2.0
|
||||||
django-storages==1.10.1
|
django-storages==1.11.1
|
||||||
|
Loading…
Reference in New Issue
Block a user