Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Jan 29, 2025
1 parent 80c024e commit 7d5e01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#for ADDON in virtual-ip2sl xantech-serial-bridge radiora-classic-bridge
for ADDON in virtual-ip2sl
for ADDON in keepalived virtual-ip2sl
do
pushd $ADDON
#docker build --build-arg BUILD_FROM="hassioaddons/base:2.3.1" -t $ADDON .
docker build --build-arg BUILD_FROM="python:3.6-alpine" -t $ADDON .
docker build --build-arg BUILD_FROM="python:3.12-alpine" -t $ADDON .
popd

# To specify a different Home Assistant platform, set build-arg to a different base image:
Expand Down

0 comments on commit 7d5e01c

Please sign in to comment.