login: update images
This commit is contained in:
parent
1e3a0ceb27
commit
87407f9939
@ -1,6 +1,6 @@
|
|||||||
init:
|
init:
|
||||||
- busybox
|
- busybox
|
||||||
- nemunaire/adlin-login-app:34d62f18f7f44907f61d37f774d4fda864ebab55
|
- nemunaire/adlin-login-app:6df63c5b8f2895efe4830b682072eb77d862936f
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- path: /etc/ssl/certs/DST_Root_CA_X3.pem
|
- path: /etc/ssl/certs/DST_Root_CA_X3.pem
|
||||||
@ -95,7 +95,7 @@ files:
|
|||||||
done
|
done
|
||||||
|
|
||||||
{
|
{
|
||||||
ip link set eth0 up && udhcpc
|
ip link set eth0 up && sleep 4 && udhcpc
|
||||||
ip route add 172.23.200.0/24 via 172.23.255.1
|
ip route add 172.23.200.0/24 via 172.23.255.1
|
||||||
echo "nameserver 172.23.200.2" > /etc/resolv.conf
|
echo "nameserver 172.23.200.2" > /etc/resolv.conf
|
||||||
} > /dev/null 2> /dev/null &
|
} > /dev/null 2> /dev/null &
|
||||||
|
Reference in New Issue
Block a user