Project

General

Profile

Actions

action #178636

closed

[docker] dont use deprecated legacy builder to build container images

Added by mloviska about 2 months ago. Updated about 2 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
2025-03-11
Due date:
% Done:

0%

Estimated time:

Description

Observation

openQA test in scenario sle-15-SP2-Server-DVD-Updates-x86_64-docker_tests@64bit fails in
docker

Test suite description

The base test suite is used for job templates defined in YAML documents. It has no settings of its own.

Update the test code accordingly, so we are not using legacy docker tooling when it is not necessary

DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  3.584kB

Step 1/6 : FROM registry.opensuse.org/opensuse/bci/python:latest
 ---> 6bf4c0afa0c1
Step 2/6 : WORKDIR /srv/www/
 ---> Using cache
 ---> afb99ddcb676
Step 3/6 : COPY . .
 ---> Using cache
 ---> d6538aaa3501
Step 4/6 : EXPOSE 80
 ---> Using cache
 ---> 759217f45f22
Step 5/6 : ENV WORLD_VAR Arda
 ---> Using cache
 ---> abba786ad683
Step 6/6 : ENTRYPOINT "./www.py"
 ---> Using cache
 ---> a0513c8f35d9
Successfully built a0513c8f35d9
Successfully tagged myapp:latest

Reproducible

Fails since (at least) Build 20250310-1

Expected result

Last good: 20250309-1 (or more recent)

Further details

Always latest result in this scenario: latest

Actions

Also available in: Atom PDF