Skip to content

Allow symbolic modes in COPY/ADD --chmod - #324

Open
paoloantinori wants to merge 3 commits into
openshift:masterfrom
paoloantinori:copy-add-symbolic-chmod
Open

Allow symbolic modes in COPY/ADD --chmod#324
paoloantinori wants to merge 3 commits into
openshift:masterfrom
paoloantinori:copy-add-symbolic-chmod

TestConformanceExternal/copy and env interaction: update test context

e5a2d5f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 18, 2026 in 24m 42s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #324 Allow symbolic modes in COPY/ADD --chmod.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Go OS State
859.1 1.25.5 Linux passed
859.2 1.25.5 Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Noble)
Go Version 1.25.5
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "arch": [
    "amd64",
    "arm64"
  ],
  "services": [
    "docker"
  ],
  "go": [
    "1.25.5"
  ],
  "before_install": [
    "docker pull mirror.gcr.io/alpine",
    "docker pull mirror.gcr.io/busybox",
    "docker pull public.ecr.aws/docker/library/centos:7",
    "docker pull mirror.gcr.io/debian",
    "docker pull registry.fedoraproject.org/fedora-minimal",
    "docker pull registry.fedoraproject.org/fedora-minimal:44-x86_64",
    "docker pull registry.fedoraproject.org/fedora-minimal:44-aarch64",
    "docker pull mirror.gcr.io/golang:1.25",
    "chmod -R go-w ./dockerclient/testdata"
  ],
  "script": [
    "make build",
    "make test",
    "travis_wait 45 make test-conformance DOCKER_API_VERSION=1.44"
  ]
}