summaryrefslogtreecommitdiff
path: root/pkg/bindings/images/build.go
Commit message (Expand)AuthorAge
* Remove error stutterDaniel J Walsh2022-03-25
* add contextDir to tar on remotecdoern2022-03-22
* Make sure building with relative paths work correctly.Daniel J Walsh2022-02-10
* pkg/bindings/images.Build(): slashify "dockerfile" values, tooNalin Dahyabhai2022-02-02
* bump go module to version 4Valentin Rothberg2022-01-18
* Refactor manifest list operationsJhon Honce2022-01-14
* podman build enable --all-platforms and --unsetenvPaul Holzinger2022-01-13
* Remove the authfile parameter of MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
* Simplify the header decision in pkg/bindings/images.Build a bitMiloslav Trmač2021-12-10
* Remove the authfile parameter of MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
* Call MakeXRegistryAuthHeader instead of Header(..., XRegistryAuthHeader)Miloslav Trmač2021-12-10
* Call MakeXRegistryConfigHeader instead of Header(..., XRegistryConfigHeader)Miloslav Trmač2021-12-10
* Merge pull request #12425 from tnk4on/remote-build-eval-containerfileOpenShift Merge Robot2021-12-02
|\
| * Fixed the containerfile not found during remote build.Shion Tanaka2021-11-30
* | podman-remote: copy secret to contextdir is absolute path on hostAditya Rajan2021-11-30
* | api: allow build api to accept secretsAditya Rajan2021-11-30
|/
* bindings: reuse context for API requestsMoritz "WanzenBug" Wanzenböck2021-11-15
* Add guard for BuildOptions.CommonBuildOptsJhon Honce2021-09-30
* remote build: EvalSymlinks() the context directoryNalin Dahyabhai2021-09-27
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* build: take advantage of --platform listsNalin Dahyabhai2021-09-14
* pkg/bindings/images.nTar(): set ownership of build context to 0:0Nalin Dahyabhai2021-09-07
* pkg/bindings/images.nTar(): slashify hdr.Name valuesNalin Dahyabhai2021-08-18
* Bump Buildah to v1.22.0 [NO TESTS NEEDED]TomSweeneyRedHat2021-08-04
* remote build: fix streaming and error handlingValentin Rothberg2021-07-28
* podman-remote build use .containerignore over .dockerignoreDaniel J Walsh2021-07-14
* Don't exclude Dockerfile, Containerfiles from tar contentDaniel J Walsh2021-07-10
* Bump github.com/containers/storage from 1.32.3 to 1.32.5Daniel J Walsh2021-06-29
* Add support for podman remote build -f - .Daniel J Walsh2021-06-11
* podman-remote build should handle -f option properlyDaniel J Walsh2021-06-08
* Handle hard links in different directoriesDaniel J Walsh2021-05-24
* Handle hard links in remote buildsDaniel J Walsh2021-05-22
* Fix podman-remote build --rm=false ...Daniel J Walsh2021-05-10
* build: improve regex for iidfileGiuseppe Scrivano2021-05-06
* Fix flake on failed podman-remote build : try 2Daniel J Walsh2021-04-14
* Handle podman-remote --arch, --platform, --osDaniel J Walsh2021-04-07
* Fix missing podman-remote build optionsDaniel J Walsh2021-04-02
* [NO TESTS NEEDED] Shrink the size of podman-remoteDaniel J Walsh2021-03-29
* Fix podman build --pull-neverDaniel J Walsh2021-03-27
* pkg/bindings/images.Build(): fix a race condition in error reportingNalin Dahyabhai2021-03-16
* Handle podman build --dns-searchDaniel J Walsh2021-03-07
* Fix support for podman build --timestampDaniel J Walsh2021-03-02
* Merge pull request #9275 from rhatdan/buildOpenShift Merge Robot2021-02-22
|\
| * Add missing params for podman-remote buildDaniel J Walsh2021-02-16
* | bump go module to v3Valentin Rothberg2021-02-22
|/
* Implement missing arguments for podman buildDaniel J Walsh2021-02-08
* podman-remote fix sending tar contentKazım SARIKAYA2021-01-03
* Honor the --layers flagDaniel J Walsh2020-12-09
* Podman-remote build is getting ID twiceDaniel J Walsh2020-11-14
* Merge pull request #7815 from jwhonce/wip/creds_remoteOpenShift Merge Robot2020-10-02
|\