File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 command : echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
3535 - run :
3636 name : Build Docker image filigran/python-nodejs-fips
37- command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python_nodejs -t filigran/python-nodejs-fips:python3.12 -nodejs20 -t filigran/python-nodejs-fips:latest --push .
37+ command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python_nodejs -t filigran/python-nodejs-fips:python3.11 -nodejs20 -t filigran/python-nodejs-fips:latest --push .
3838 no_output_timeout : 30m
3939 - run :
4040 name : Build Docker image filigran/python-fips
41- command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python -t filigran/python-fips:python3.12 -t filigran/python-fips:latest --push .
41+ command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python -t filigran/python-fips:python3.11 -t filigran/python-fips:latest --push .
4242 no_output_timeout : 30m
4343 - ms-teams/report :
4444 only_on_fail : false
Original file line number Diff line number Diff line change 11FROM alpine AS base
22
33ARG OPENSSL_VERSION=3.1.5
4- ARG PYTHON_VERSION=3.12.2
4+ ARG PYTHON_VERSION=3.11.8
55
66ENV PATH /usr/local/bin:$PATH
77ENV LANG C.UTF-8
Original file line number Diff line number Diff line change 11FROM alpine AS base
22
33ARG OPENSSL_VERSION=3.1.5
4- ARG PYTHON_VERSION=3.12.2
4+ ARG PYTHON_VERSION=3.11.8
55
66ENV PATH /usr/local/bin:$PATH
77ENV LANG C.UTF-8
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ Images are available at: https://hub.docker.com/r/filigran/python-nodejs-fips.
1010
1111Tag | OpenSSL version | Python version | Node.js version | Distro
1212--- | --- | --- | --- | ---
13- ` latest ` | 3.1.5 | 3.12.2 | 20.11.1 | alpine
14- ` python3.12-nodejs20 ` | 3.1.5 | 3.12.2 | 20.11.1 | alpine
13+ ` latest ` | 3.1.5 | 3.11.8 | 20.11.1 | alpine
14+ ` python3.12-nodejs20 ` | 3.1.5 | 3.11.8 | 20.11.1 | alpine
1515
1616## Docker Python FIPS
1717
1818Images are available at: https://hub.docker.com/r/filigran/python-fips .
1919
2020Tag | OpenSSL version | Python version | Distro
2121--- | --- | --- | ---
22- ` latest ` | 3.1.5 | 3.12.2 | alpine
23- ` python3.12 ` | 3.1.5 | 3.12.2 | alpine
22+ ` latest ` | 3.1.5 | 3.11.8 | alpine
23+ ` python3.12 ` | 3.1.5 | 3.11.8 | alpine
2424
2525## Use the images
2626
You can’t perform that action at this time.
0 commit comments