File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ function build {
40
40
test_image " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.7-appservice"
41
41
42
42
# build python:$IMAGE_TAG_VERSION.x-python3.8 and python:$IMAGE_TAG_VERSION.x-python3.8-appservice
43
- docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python3 -deps.Dockerfile $DIR /../host/$DOCKERFILE_BASE /amd64/python
44
- docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-buildenv" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python3 -buildenv.Dockerfile --build-arg BASE_PYTHON_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" $DIR /../host/$DOCKERFILE_BASE /amd64/python
45
- docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python3 .Dockerfile --build-arg BASE_IMAGE=" ${REGISTRY} base:${IMAGE_TAG_VERSION} " --build-arg BASE_PYTHON_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" $DIR /../host/$DOCKERFILE_BASE /amd64/python
46
- docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-appservice" -f $DIR /../host/$DOCKERFILE_BASE /amd64/appservice/python3 .Dockerfile --build-arg BASE_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8" $DIR /../host/$DOCKERFILE_BASE /amd64/appservice
43
+ docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python38 -deps.Dockerfile $DIR /../host/$DOCKERFILE_BASE /amd64/python
44
+ docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-buildenv" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python38 -buildenv.Dockerfile --build-arg BASE_PYTHON_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" $DIR /../host/$DOCKERFILE_BASE /amd64/python
45
+ docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8" -f $DIR /../host/$DOCKERFILE_BASE /amd64/python/python38 .Dockerfile --build-arg BASE_IMAGE=" ${REGISTRY} base:${IMAGE_TAG_VERSION} " --build-arg BASE_PYTHON_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-deps" $DIR /../host/$DOCKERFILE_BASE /amd64/python
46
+ docker build -t " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-appservice" -f $DIR /../host/$DOCKERFILE_BASE /amd64/appservice/python38 .Dockerfile --build-arg BASE_IMAGE=" ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8" $DIR /../host/$DOCKERFILE_BASE /amd64/appservice
47
47
test_image " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8"
48
48
test_image " ${REGISTRY} python:${IMAGE_TAG_VERSION} -python3.8-appservice"
49
49
You can’t perform that action at this time.
0 commit comments