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

Adds podman compatibility in makefile #1299

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

Elyytscha
Copy link
Contributor

What type of PR is this?

/kind enhancement

What does this PR do / why we need it:

Adds Podman compatibility to Makefile

Have you updated the necessary documentation?

I think no doc update is needed for this

Which issue(s) this PR fixes:

Fixes #1298

How to test changes / Special notes to the reviewer:

make docker-build docker-push
make bundle-build bundle-push
make catalog-build catalog-push

with podman or docker installed, both will work

Author:    Elias Rami <[email protected]>
Date:      Sun Apr 7 19:11:24 2024 +0200
Signed-off-by: Elias Rami <[email protected]>
@Elyytscha Elyytscha force-pushed the feat/podman-compat branch from d404efa to 7312ca0 Compare April 7, 2024 17:35
@svghadi svghadi closed this May 16, 2024
@svghadi svghadi reopened this May 16, 2024
Copy link
Collaborator

@svghadi svghadi left a comment

Choose a reason for hiding this comment

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

Thank You @Elyytscha for the PR. I have a minor suggestion, other than that look good.

Makefile Outdated Show resolved Hide resolved
…installed

Author:    Elias Rami <[email protected]>
Date:      Mon May 27 17:09:22 2024 +0200
Signed-off-by: Elias Rami <[email protected]>
@Elyytscha Elyytscha force-pushed the feat/podman-compat branch from 5705dbf to b748f84 Compare May 27, 2024 15:15
@Elyytscha Elyytscha requested a review from svghadi May 27, 2024 15:21
@Elyytscha
Copy link
Contributor Author

feel free to squash it, if it gets merged, does not need to be 2 commits imo.

@svghadi
Copy link
Collaborator

svghadi commented Jun 10, 2024

Thanks @Elyytscha for the contribution.

@svghadi svghadi merged commit ed6785a into argoproj-labs:master Jun 10, 2024
7 checks passed
@svghadi svghadi added the backport-to-redesign Changes which need to be backported to operator-redesign branch label Jun 19, 2024
svghadi pushed a commit to svghadi/argocd-operator that referenced this pull request Jun 20, 2024
* feat: podman compatibility in makefile

Author:    Elias Rami <[email protected]>
Date:      Sun Apr 7 19:11:24 2024 +0200
Signed-off-by: Elias Rami <[email protected]>

* fix: throw warning instead of error when neither podman or docker is installed

Author:    Elias Rami <[email protected]>
Date:      Mon May 27 17:09:22 2024 +0200
Signed-off-by: Elias Rami <[email protected]>

---------

Signed-off-by: Elias Rami <[email protected]>
@svghadi svghadi removed the backport-to-redesign Changes which need to be backported to operator-redesign branch label Jun 20, 2024
svghadi added a commit that referenced this pull request Jun 20, 2024
)

* docs: Add documentation for Appsets in any namespace (#1249)

* Add documentation for Appsets in any namespace

---------

Signed-off-by: Siddhesh Ghadi <[email protected]>

* docs: fix broken link in openshift.md (#1282)

Signed-off-by: Birger J. Nordølum <[email protected]>

* Adds podman compatibility in makefile (#1299)

* feat: podman compatibility in makefile

Author:    Elias Rami <[email protected]>
Date:      Sun Apr 7 19:11:24 2024 +0200
Signed-off-by: Elias Rami <[email protected]>

* fix: throw warning instead of error when neither podman or docker is installed

Author:    Elias Rami <[email protected]>
Date:      Mon May 27 17:09:22 2024 +0200
Signed-off-by: Elias Rami <[email protected]>

---------

Signed-off-by: Elias Rami <[email protected]>

* add updated instructions to release process doc (#1314)

* Update mkdocs requirements.txt based on argo cd dependencies (#1351)

Signed-off-by: Jonathan West <[email protected]>

* Automatically download correct operator-sdk version to bin dir, if not found (#1396)

* Automatically download correct operator-sdk version to bin dir, if not found

Signed-off-by: Jonathan West <[email protected]>

* Automatically download correct operator-sdk version to bin dir, if not found

Signed-off-by: Jonathan West <[email protected]>

---------

Signed-off-by: Jonathan West <[email protected]>

---------

Signed-off-by: Siddhesh Ghadi <[email protected]>
Signed-off-by: Birger J. Nordølum <[email protected]>
Signed-off-by: Elias Rami <[email protected]>
Signed-off-by: Jonathan West <[email protected]>
Co-authored-by: Birger J. Nordølum <[email protected]>
Co-authored-by: Elias Rami <[email protected]>
Co-authored-by: Regina Scott <[email protected]>
Co-authored-by: Jonathan West <[email protected]>
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.

Add podman compatibility to Makefile
2 participants