File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 161161 description : Build Docker images.
162162 allowed-projects : openstack/python-openstackclient
163163 requires :
164- - python-builder-3.10 -bookworm-container-image
165- - python-base-3.10 -bookworm-container-image
164+ - python-builder-3.11 -bookworm-container-image
165+ - python-base-3.11 -bookworm-container-image
166166 provides : osc-container-image
167167 vars : &osc_image_vars
168168 docker_images :
175175 description : Build Docker images and upload to Docker Hub.
176176 allowed-projects : openstack/python-openstackclient
177177 requires :
178- - python-builder-3.10 -bookworm-container-image
179- - python-base-3.10 -bookworm-container-image
178+ - python-builder-3.11 -bookworm-container-image
179+ - python-base-3.11 -bookworm-container-image
180180 provides : osc-container-image
181181 secrets :
182182 - name : docker_credentials
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM docker.io/opendevorg/python-builder:3.10 -bookworm as builder
16+ FROM docker.io/opendevorg/python-builder:3.11 -bookworm as builder
1717
1818COPY . /tmp/src
1919RUN assemble
2020
21- FROM docker.io/opendevorg/python-base:3.10 -bookworm
21+ FROM docker.io/opendevorg/python-base:3.11 -bookworm
2222
2323COPY --from=builder /output/ /output
2424RUN /output/install-from-bindep
You can’t perform that action at this time.
0 commit comments