summaryrefslogtreecommitdiff
path: root/cmd/podman/images/build.go
Commit message (Expand)AuthorAge
* build: implement --cache-to,--cache-from and --cache-ttlAditya R2022-08-09
* cmd/podman: switch to golang native error wrappingSascha Grunert2022-06-30
* Update vendor of containers/buildahDaniel J Walsh2022-06-13
* vendor buildah@mainValentin Rothberg2022-06-10
* vendor: bump buildah to v1.26.1-0.20220524184833-5500333c2e06Aditya R2022-05-26
* build: allow using cache explicitly with --squash-all using --layersAditya R2022-05-26
* cmd, build: remove redundant squash processing logicAditya R2022-05-26
* build: disable --output for podman-remote clientsAditya R2022-05-05
* Vendor in containers/buildah@v1.26.1Daniel J Walsh2022-05-05
* linter: enable wastedassignValentin Rothberg2022-03-22
* Bump Buildah to v1.24.0tomsweeneyredhat2022-01-27
* remote build: set rootless oci isolation correctlyPaul Holzinger2022-01-24
* bump go module to version 4Valentin Rothberg2022-01-18
* Podman Build use absolute filepathcdoern2022-01-13
* podman build enable --all-platforms and --unsetenvPaul Holzinger2022-01-13
* build: relay exitcode from imagebuildah to registryAditya Rajan2021-12-17
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Merge pull request #11585 from flouthoc/bump-buildah-1-23-0OpenShift Merge Robot2021-09-15
|\
| * build: mirror --authfile to filesystem if pointing to FD instead of fileAditya Rajan2021-09-15
* | build: take advantage of --platform listsNalin Dahyabhai2021-09-14
|/
* Alias build to buildx, so it won't failDaniel J Walsh2021-08-09
* Bump github.com/containers/storage from 1.32.3 to 1.32.5Daniel J Walsh2021-06-29
* [Techinal Debt] Cleanup ABI vs. Tunnel CLI commandsJhon Honce2021-05-27
* Verify existence of auth file if specifiedDaniel J Walsh2021-04-05
* [NO TESTS NEEDED] Shrink the size of podman-remoteDaniel J Walsh2021-03-29
* Merge pull request #9631 from rhatdan/pullOpenShift Merge Robot2021-03-29
|\
| * Fix podman build --pull-neverDaniel J Walsh2021-03-27
* | [NO TESTS NEEDED] Turn on podman-remote build --isolationDaniel J Walsh2021-03-26
|/
* [NO TESTS NEEDED] Vendor in containers/buildah v1.20.0Daniel J Walsh2021-03-26
* podman-remote build does not support volumesDaniel J Walsh2021-03-08
* Handle podman build --dns-searchDaniel J Walsh2021-03-07
* podman build --build-arg should fall back to environmentDaniel J Walsh2021-03-07
* Add support for podman build --ignorefileDaniel J Walsh2021-03-07
* Fix possible panic with podman build --iidfilePaul Holzinger2021-03-03
* Fix support for podman build --timestampDaniel J Walsh2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Bump containers/buildah to v1.19.4Daniel J Walsh2021-02-08
* Implement missing arguments for podman buildDaniel J Walsh2021-02-08
* podman build --pull: refine help message and docsValentin Rothberg2021-01-28
* Revert "podman build --pull: use correct policy"Valentin Rothberg2021-01-28
* podman build --pull: use correct policyValentin Rothberg2021-01-27
* Pass DefaultMountsFile to podman buildDaniel J Walsh2021-01-25
* Bump to containers/buildah 1.9.2Daniel J Walsh2021-01-15
* Use HTTPProxy settings from containers.confDaniel J Walsh2021-01-11
* Fix podman build --logfileHironori Shiina2020-12-22
* Merge pull request #8653 from rhatdan/buildahOpenShift Merge Robot2020-12-09
|\
| * Honor the --layers flagDaniel J Walsh2020-12-09
* | Add system test for shell completionPaul Holzinger2020-12-09
|/
* Remove some more excessive wrapping and stutteringDaniel J Walsh2020-11-17
* Merge pull request #6442 from Luap99/podman-autocompleteOpenShift Merge Robot2020-11-13
|\