File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : true
20
20
matrix :
21
21
py-version-img : [
22
- ["3.8", "3.8-slim-bookworm"],
23
22
["3.9", "3.9-slim-bookworm"],
24
23
["3.10", "3.10-slim-bookworm"],
25
24
["3.11", "3.11-slim-bookworm"]
82
81
fail-fast : true
83
82
matrix :
84
83
py-version-img-tag : [
85
- ["3.8", "3.8-slim-bookworm", ""],
86
84
["3.9", "3.9-slim-bookworm", ""],
87
85
["3.10", "3.10-slim-bookworm", ""],
88
86
["3.11", "3.11-slim-bookworm", "latest"],
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ Some notes:
77
77
> version of Python, you can set the Python image to be used as FOCA's base
78
78
> image by defining the environment variable ` PETSTORE_PY_IMAGE ` before
79
79
> executing the build command. For example:
80
- >
80
+ >
81
81
> ``` bash
82
- > export PETSTORE_PY_IMAGE=3.8 -slim-buster
82
+ > export PETSTORE_PY_IMAGE=3.11 -slim-bookworm
83
83
> ` ` `
84
- >
84
+ >
85
85
> * In case Docker complains about port conflicts or if any of the used ports
86
86
> are blocked by a firewall, you will need to re-map the conflicting port(s) in
87
87
> the [Docker Compose config][app-docker-compose]. In particular, for each of
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ Some notes:
75
75
> version of Python, you can set the Python image to be used as FOCA's base
76
76
> image by defining the environment variable ` PETSTORE_PY_IMAGE ` before
77
77
> executing the build command. For example:
78
- >
78
+ >
79
79
> ``` bash
80
- > export PETSTORE_PY_IMAGE=3.8 -slim-buster
80
+ > export PETSTORE_PY_IMAGE=3.11 -slim-bookworm
81
81
> ` ` `
82
- >
82
+ >
83
83
> * In case Docker complains about port conflicts or if any of the used ports
84
84
> are blocked by a firewall, you will need to re-map the conflicting port(s) in
85
85
> the [Docker Compose config][app-docker-compose]. In particular, for each of
Original file line number Diff line number Diff line change 55
55
"Intended Audience :: System Administrators" ,
56
56
"License :: OSI Approved :: Apache Software License" ,
57
57
"Natural Language :: English" ,
58
- "Programming Language :: Python :: 3.8" ,
59
58
"Programming Language :: Python :: 3.9" ,
60
59
"Programming Language :: Python :: 3.10" ,
61
60
"Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments