File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 19
19
- ./build.sh develop
20
20
docker_from :
21
21
- ' ' # use the default of the build script
22
- - python:3.8-alpine
23
- - python:3.9-alpine
22
+ # - python:3.10-rc-alpine # disable until dependencies work
24
23
fail-fast : false
25
24
runs-on : ubuntu-latest
26
25
name : Builds new Netbox Docker Images
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [ "${1}x" == "x" ] || [ "${1}" == "--help" ] || [ "${1}" == "-h" ]; then
49
49
echo " DOCKERFILE The name of Dockerfile to use."
50
50
echo " Default: Dockerfile"
51
51
echo " DOCKER_FROM The base image to use."
52
- echo " Default: 'python:3.8 -alpine'"
52
+ echo " Default: 'python:3.9 -alpine'"
53
53
echo " DOCKER_TARGET A specific target to build."
54
54
echo " It's currently not possible to pass multiple targets."
55
55
echo " Default: main ldap"
157
157
# Determining the value for DOCKER_FROM
158
158
# ##
159
159
if [ -z " $DOCKER_FROM " ]; then
160
- DOCKER_FROM=" python:3.8 -alpine"
160
+ DOCKER_FROM=" python:3.9 -alpine"
161
161
fi
162
162
163
163
# ##
You can’t perform that action at this time.
0 commit comments