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

Enable specification of the container engine for catalog builds #1124

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

Conversation

trepel
Copy link
Contributor

@trepel trepel commented Jan 17, 2025

Overview

Makefile defines CONTAINER_ENGINE env var setting 'docker' as a default value. This env var should be used rather than having 'docker' hard-coded.

Verification Steps

make catalog-build
CONTAINER_ENGINE=docker make catalog-build
CONTAINER_ENGINE=podman make catalog-build

The output depends on your docker/podman config but if you have both installed and configured the commands should work. If you e.g. do not use docker then you can see something along the lines of
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Signed-off-by: Tomas Repel <trepel@redhat.com>
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.

1 participant