summaryrefslogtreecommitdiff
path: root/dockerclient
Commit message (Expand)AuthorAge
* dockeclient: RUN --network is not supportedAditya R2023-02-28
* env,unset: support syntax to error on unset varsAditya R2023-02-13
* Merge pull request #248 from nalind/run-ignores-mountsOpenShift Merge Robot2023-02-11
|\
| * dockerclient: don't quietly ignore --mountNalin Dahyabhai2023-02-09
* | dockerclient: implement COPY --chmodNalin Dahyabhai2023-02-10
|/
* Switch to golang native error wrappingSascha Grunert2023-02-09
* Bump to Go 1.19Nalin Dahyabhai2023-02-08
* dockerclient: fix COPYing an archive to a new locationNalin Dahyabhai2022-06-27
* Mark dockerclient.CopyInfo.Decompress as deprecatedNalin Dahyabhai2022-06-27
* conformance: test non-root USER before WORKDIRNalin Dahyabhai2022-05-10
* builder: add new method EnsureContainerPathAsGiuseppe Scrivano2022-03-28
* dockerclient: refactor getUser function outGiuseppe Scrivano2022-03-28
* dockerclient.conformanceTester(): improve multi-stage testingNalin Dahyabhai2022-02-02
* dockerclient: fix case where COPY --from matches a file via a wildcardNalin Dahyabhai2022-02-02
* dockerclient: copying a directory from another stage should discard permsNalin Dahyabhai2022-02-02
* Merge pull request #215 from nalind/copy-from-workdirOpenShift Merge Robot2022-02-02
|\
| * dockerclient: COPY --from should ignore the source's WORKDIRNalin Dahyabhai2022-02-02
* | Merge pull request #212 from flouthoc/from-platformOpenShift Merge Robot2022-02-02
|\ \ | |/ |/|
| * dockerclient: Add support for platform when pulling imageAditya R2022-02-02
* | dockerclient: tighten up cleanup logicNalin Dahyabhai2022-02-01
* | dockerclient: always use force=true when removing imagesNalin Dahyabhai2022-01-31
* | dockerclient.ClientExecutor.Stages(): commit base stagesNalin Dahyabhai2022-01-26
|/
* Inline workarounds for older versions of GoNalin Dahyabhai2022-01-18
* COPY --chown: add missing parent directoriesNalin Dahyabhai2022-01-12
* Avoid panic when writing UIDs/GIDs > 0x1fffffNalin Dahyabhai2022-01-10
* calcCopyInfo: also trim leading path on rootPathNalin Dahyabhai2021-10-19
* dockerclient COPY --from: go back and copy skipped hard link targetsNalin Dahyabhai2021-10-13
* archiveFromDisk: inline archives that are being ADDedNalin Dahyabhai2021-08-03
* Handle COPY --from=${number}Nalin Dahyabhai2021-08-02
* COPY: treat absolute source paths as being relative to the contextdirNalin Dahyabhai2021-04-05
* COPY: treat sources named "" as "*"Nalin Dahyabhai2021-04-01
* dockerclient/testdata/copychown/Dockerfile: remove an irrelevant instructionNalin Dahyabhai2021-03-24
* dockerclient: implement --chown for ADD/COPYNalin Dahyabhai2021-03-22
* ADD: add another conformance testNalin Dahyabhai2020-10-13
* ADD: extract local archivesNalin Dahyabhai2020-09-17
* Flag errors on more quoting errorsNalin Dahyabhai2020-09-10
* Update conformance testsNalin Dahyabhai2020-07-14
* Handle args with multiple equal signsTomSweeneyRedHat2020-06-26
* Handle ARG and ENV with duplicate name on RUNTomSweeneyRedHat2020-05-29
* archiveMapper.Filter: also map hard link target namesNalin Dahyabhai2020-05-11
* add dockerclient/testdata/Dockerfile.noworkdirNalin Dahyabhai2020-05-08
* Merge pull request #151 from carbonin/scope_args_to_stageOpenShift Merge Robot2020-03-25
|\
| * Make imagebuilder's argument handling mirror "docker build"Nick Carboni2020-03-25
* | archiveFromContainer(): return possibly-wrapped os.IsNotErrorNalin Dahyabhai2020-03-16
|/
* Fix error output in archive.goTomSweeneyRedHat2020-03-14
* Merge pull request #101 from chancez/copy_dockerignore_into_imageOpenShift Merge Robot2020-03-13
|\
| * Copy .dockerignore into image for compatibility with DockerChance Zibolski2018-09-19
* | dockerclient: detect ENOENT when copyingNalin Dahyabhai2020-02-18
* | dockerclient newArchiveMapper: always end archiveRoot with "/"Nalin Dahyabhai2019-07-25
* | conformance: test COPY --from with a symlink as the source dirNalin Dahyabhai2019-07-25