Skip to content

Commit 90748c2

Browse files
committed
Update openqa containers to Leap16
As a side effect this should fix also the problem with the postgres incompatibility. Signed-off-by: Ioannis Bonatakis <[email protected]>
1 parent 7549bb9 commit 90748c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

container/devel:openQA:ci/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# in one go
55
# see https://progress.opensuse.org/issues/67855
66
#!NoSquash
7-
FROM opensuse/leap:15.6
7+
FROM opensuse/leap:16.0
88

99
# only dependencies for CircleCI to be able to load/save the package cache
1010
# and fix permissions for the unprivileged user we use

container/openqa_data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM opensuse/leap:15.6
1+
FROM opensuse/leap:16.0
22
LABEL maintainer="Jan Sedlak <[email protected]>, Josef Skladanka <[email protected]>, wnereiz <[email protected]>, Sergio Lindo Mansilla <[email protected]>"
33
LABEL version="0.3"
44

container/webui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
#!BuildTag: openqa_webui:latest opensuse/openqa-webui:latest opensuse/openqa-webui:%PKG_VERSION% opensuse/openqa-webui:%PKG_VERSION%.%RELEASE%
3-
FROM opensuse/leap:15.6
3+
FROM opensuse/leap:16.0
44

55
# labelprefix=org.opensuse.openqa-webui
66
LABEL org.opencontainers.image.title="openQA webui container"

container/webui/Dockerfile-lb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
#!BuildTag: openqa_webui_lb:latest opensuse/openqa-webui-lb:latest opensuse/openqa-webui-lb:%PKG_VERSION% opensuse/openqa-webui-lb:%PKG_VERSION%.%RELEASE%
3-
FROM opensuse/leap:15.6
3+
FROM opensuse/leap:16.0
44

55
# labelprefix=org.opensuse.openqa-webui-lb
66
LABEL org.opencontainers.image.title="openQA load-balancer webui container"

container/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
#!BuildTag: openqa_worker:latest opensuse/openqa-worker:latest opensuse/openqa-worker:%PKG_VERSION% opensuse/openqa-worker:%PKG_VERSION%.%RELEASE%
3-
FROM opensuse/leap:15.6
3+
FROM opensuse/leap:16.0
44

55
# labelprefix=org.opensuse.openqa-worker
66
LABEL org.opencontainers.image.title="openQA worker container"

0 commit comments

Comments
 (0)