Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: add stunnel container image #2110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP: add stunnel container image #2110

wants to merge 1 commit into from

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Dec 3, 2024

dcermak pushed a commit that referenced this pull request Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-2110
Changes pushed to branch 6-2110 as commit 812f6ea3b4f0f3f64b849b3a25b0ef201e337a66
Build succeeded ✅

Build Results

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for x86_64: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for aarch64: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for s390x: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for ppc64le: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for x86_64: current state: published
Build results:

package name status build log
stunnel-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for aarch64: current state: published
Build results:

package name status build log
stunnel-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for s390x: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2110 for ppc64le: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Build succeeded ✅

To run BCI-tests against this PR, use the following command:

OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2110/ tox -- -n auto
The following images can be pulled from the staging project:
  • registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2110/containerfile/containers/stunnel:latest

dcermak pushed a commit that referenced this pull request Dec 3, 2024
dcermak pushed a commit that referenced this pull request Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-2110
Changes pushed to branch Tumbleweed-2110 as commit c8345f7f710229493839f2fba2eab4f929a2fda8

Copy link

github-actions bot commented Dec 3, 2024

Created a staging project on OBS for 7: home:defolos:BCI:Staging:SLE-15-SP7:7-2110
Changes pushed to branch 7-2110 as commit c06994c8c4947785f0eb02a0445ce7acceb01828
Build succeeded ✅

Build Results

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for x86_64: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for aarch64: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for s390x: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for ppc64le: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for x86_64: current state: published
Build results:

package name status build log
stunnel-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for aarch64: current state: published
Build results:

package name status build log
stunnel-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for s390x: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-2110 for ppc64le: current state: published
Build results:

package name status build log
stunnel-image ⛔ excluded live log

Build succeeded ✅

To run BCI-tests against this PR, use the following command:

OS_VERSION=15.7 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-2110/ tox -- -n auto
The following images can be pulled from the staging project:
  • registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-2110/containerfile/containers/stunnel:5

@@ -442,3 +443,36 @@ def _get_nginx_kwargs(os_version: OsVersion):
)
for os_version in (OsVersion.TUMBLEWEED,)
]

STUNNEL_CONTAINERS = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create a separate stunnel.py toplevel and not add further containers to appcontainers (I apologize for having started this, we definitely shouldn't continue with it)

dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 4, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
dcermak pushed a commit that referenced this pull request Dec 5, 2024
@dcermak dcermak marked this pull request as ready for review December 5, 2024 15:24
@dcermak dcermak requested a review from dmpop December 5, 2024 15:24
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
src/bci_build/package/stunnel/README.md.j2 Outdated Show resolved Hide resolved
dcermak pushed a commit that referenced this pull request Dec 6, 2024
dcermak pushed a commit that referenced this pull request Dec 6, 2024
dcermak pushed a commit that referenced this pull request Dec 6, 2024
dcermak pushed a commit that referenced this pull request Dec 6, 2024
dcermak pushed a commit that referenced this pull request Dec 6, 2024
dcermak pushed a commit that referenced this pull request Dec 6, 2024
Copy link
Member

@dirkmueller dirkmueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see inline comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants