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

First support for testing containers. #93

Merged
merged 6 commits into from
Dec 3, 2024
Merged

Conversation

phracek
Copy link
Member

@phracek phracek commented Nov 26, 2024

First support for testing containers.
The new engines are created.
container.py is used for manipulation with containers w/o S2I support. s2i_container.py is used for manipulation with containers with s2i support. Podman Wrapper is used for working with podman / docker binaries

The new engines are created.
container.py is used for manipulation with containers w/o S2I support.
s2i_container.py is used for manipulation with containers with s2i support.
Podman Wrapper is used for working with podman / docker binaries

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
The working solution can be seen here sclorg/httpd-container#234

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
@phracek phracek force-pushed the support_container_tests_part1 branch from d745295 to 50a90a1 Compare November 28, 2024 10:32
and 'test/examples/Dockerfile.s2i'

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
In case 'user_id' is not defined then function returns None

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
@phracek
Copy link
Member Author

phracek commented Dec 3, 2024

Let's get merge it so the PR is not so big.

@phracek phracek merged commit b79d6ab into main Dec 3, 2024
6 checks passed
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.

2 participants