use dhcpcd
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apk update && apk add alpine-make-vm-image
|
||||
COPY ./image /kitchen
|
||||
RUN sed -i "s#_REPO_#$CLOUD_CONFIG_REPO#g" /kitchen/overlay/daemon/update-keys.sh && \
|
||||
sed -i "s#_REVISION_#$CLOUD_CONFIG_REVISION#g" /kitchen/overlay/daemon/update-keys.sh && \
|
||||
sed -i "s#GATEWAY_ADDRESS#$CLOUD_GATEWAY_ADDRESS#g" /kitchen/overlay/etc/dhcp/dhclient.conf
|
||||
sed -i "s#GATEWAY_ADDRESS#$CLOUD_GATEWAY_ADDRESS#g" /kitchen/overlay/etc/network/interfaces
|
||||
COPY --from=bubble-builder /build/daemon /bin/bubble
|
||||
COPY --from=bubble-builder /build/auth_server /bin/auth-server
|
||||
RUN --security=insecure \
|
||||
|
||||
Reference in New Issue
Block a user