Skip to content

builder: Add support for builder prune - #11932

Merged
openshift-merge-robot merged 1 commit into
podman-container-tools:mainfrom
flouthoc:build-prune
Oct 12, 2021
Merged

builder: Add support for builder prune#11932
openshift-merge-robot merged 1 commit into
podman-container-tools:mainfrom
flouthoc:build-prune

Conversation

@flouthoc

Copy link
Copy Markdown
Contributor

Docker has support for docker builder prune and
docker builder build

This patch will add a hidden command to support scripts using this
syntax. We don't want to encourage this deviation.

Add podman build prune to implement docker builder prune
functionality.

Closes: #11744

@flouthoc
flouthoc force-pushed the build-prune branch 3 times, most recently from 9eb286a to 7697f38 Compare October 12, 2021 07:58
@flouthoc

Copy link
Copy Markdown
Contributor Author

Refraining from adding --keep-storage since behavior is highly undocumented and for podman it seems non applicable since we don't limit build cache size. Since its hidden i doubt if it is being used. If users report for this we can add this option later.

Comment thread cmd/podman/images/build_prune.go Outdated
Comment thread docs/source/markdown/podman-build-prune.1.md Outdated
@flouthoc
flouthoc force-pushed the build-prune branch 4 times, most recently from bdc918b to 7b2c734 Compare October 12, 2021 08:56
@flouthoc
flouthoc requested a review from vrothberg October 12, 2021 08:58

@vrothberg vrothberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks @flouthoc !

@flouthoc

flouthoc commented Oct 12, 2021

Copy link
Copy Markdown
Contributor Author

ah i guess still needs extra doc md file. Since podman build prune is not hidden.

Edit: Just checked docker also have this as a hidden field. docker build prune is not available only docker builder prune is available hence making it same for podman.

Docker has support for docker builder prune and
docker builder build

This patch will add a hidden command to support scripts using this
syntax. We don't want to encourage this deviation.

Add podman build prune to implement docker builder prune
functionality.

Co-authored-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Aditya Rajan <arajan@redhat.com>
@flouthoc

Copy link
Copy Markdown
Contributor Author

@rhatdan @vrothberg PTAL

@flouthoc
flouthoc requested a review from vrothberg October 12, 2021 15:22
@rhatdan

rhatdan commented Oct 12, 2021

Copy link
Copy Markdown
Contributor

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 12, 2021
@openshift-ci

openshift-ci Bot commented Oct 12, 2021

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flouthoc, rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 12, 2021
@openshift-merge-robot
openshift-merge-robot merged commit 214c13d into podman-container-tools:main Oct 12, 2021
@github-actions github-actions Bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for podman builder/ podman builder prune

4 participants