| Commit message (Expand) | Author | Age |
* | Fixup Buildah merge | Ed Santiago | 2022-09-23 |
* | Fix a few missed io/ioutil -> os updates | Chris Evich | 2022-09-21 |
* | Fix stutters | Daniel J Walsh | 2022-09-10 |
* | remote: fix implementation of build with --userns=auto for API | Aditya R | 2022-08-26 |
* | build: implement --cache-to,--cache-from and --cache-ttl | Aditya R | 2022-08-09 |
* | pkg: switch to golang native error wrapping | Sascha Grunert | 2022-07-08 |
* | Merge pull request #14585 from Luap99/nolint | openshift-ci[bot] | 2022-06-14 |
|\ |
|
| * | golangci-lint: enable nolintlint | Paul Holzinger | 2022-06-14 |
* | | Update vendor of containers/buildah | Daniel J Walsh | 2022-06-13 |
|/ |
|
* | podman-remote: enable support for additional build-context on macOS, remote | Aditya R | 2022-06-02 |
* | vendor: bump buildah to v1.26.1-0.20220524184833-5500333c2e06 | Aditya R | 2022-05-26 |
* | Vendor in containers/buildah@v1.26.1 | Daniel J Walsh | 2022-05-05 |
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | Pass --tls-verify option in podman -remote build | Daniel J Walsh | 2022-04-25 |
* | Vendor in new opencontainers/selinux | Daniel J Walsh | 2022-04-08 |
* | Add build test for .containerignore tar file | Jhon Honce | 2022-03-31 |
* | Switch all calls to filepath.Walk to filepath.WalkDir | Daniel J Walsh | 2022-03-27 |
* | Remove error stutter | Daniel J Walsh | 2022-03-25 |
* | add contextDir to tar on remote | cdoern | 2022-03-22 |
* | Make sure building with relative paths work correctly. | Daniel J Walsh | 2022-02-10 |
* | pkg/bindings/images.Build(): slashify "dockerfile" values, too | Nalin Dahyabhai | 2022-02-02 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Refactor manifest list operations | Jhon Honce | 2022-01-14 |
* | podman build enable --all-platforms and --unsetenv | Paul Holzinger | 2022-01-13 |
* | Remove the authfile parameter of MakeXRegistryAuthHeader | Miloslav Trmač | 2021-12-10 |
* | Simplify the header decision in pkg/bindings/images.Build a bit | Miloslav Trmač | 2021-12-10 |
* | Remove the authfile parameter of MakeXRegistryConfigHeader | Miloslav 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-containerfile | OpenShift Merge Robot | 2021-12-02 |
|\ |
|
| * | Fixed the containerfile not found during remote build. | Shion Tanaka | 2021-11-30 |
* | | podman-remote: copy secret to contextdir is absolute path on host | Aditya Rajan | 2021-11-30 |
* | | api: allow build api to accept secrets | Aditya Rajan | 2021-11-30 |
|/ |
|
* | bindings: reuse context for API requests | Moritz "WanzenBug" Wanzenböck | 2021-11-15 |
* | Add guard for BuildOptions.CommonBuildOpts | Jhon Honce | 2021-09-30 |
* | remote build: EvalSymlinks() the context directory | Nalin Dahyabhai | 2021-09-27 |
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | build: take advantage of --platform lists | Nalin Dahyabhai | 2021-09-14 |
* | pkg/bindings/images.nTar(): set ownership of build context to 0:0 | Nalin Dahyabhai | 2021-09-07 |
* | pkg/bindings/images.nTar(): slashify hdr.Name values | Nalin Dahyabhai | 2021-08-18 |
* | Bump Buildah to v1.22.0 [NO TESTS NEEDED] | TomSweeneyRedHat | 2021-08-04 |
* | remote build: fix streaming and error handling | Valentin Rothberg | 2021-07-28 |
* | podman-remote build use .containerignore over .dockerignore | Daniel J Walsh | 2021-07-14 |
* | Don't exclude Dockerfile, Containerfiles from tar content | Daniel J Walsh | 2021-07-10 |
* | Bump github.com/containers/storage from 1.32.3 to 1.32.5 | Daniel J Walsh | 2021-06-29 |
* | Add support for podman remote build -f - . | Daniel J Walsh | 2021-06-11 |
* | podman-remote build should handle -f option properly | Daniel J Walsh | 2021-06-08 |
* | Handle hard links in different directories | Daniel J Walsh | 2021-05-24 |
* | Handle hard links in remote builds | Daniel J Walsh | 2021-05-22 |
* | Fix podman-remote build --rm=false ... | Daniel J Walsh | 2021-05-10 |