• Kubernetes Submit Queue's avatar
    Merge pull request #40613 from lucab/to-k8s/test-images-chmod-x · f5e9350d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    test/images/mount-tester: ensure exec binary is o+rx
    
    The `mount-tester` image is currently used as a base layer for other
    test images (like `mounttest-user`) which perform uid/gid changes.
    However, the binary built in here just follows local umask, and currently is
    ```
    -rwxr-x--- 1 root root 2052704 May 19  2016 mt
    ```
    
    This commit adds an explicit chmod on the binary to make sure uid/gid
    tests can still run it as "others".
    f5e9350d
Name
Last commit
Last update
..
clusterapi-tester Loading commit data...
dnsutils Loading commit data...
entrypoint-tester Loading commit data...
fakegitserver Loading commit data...
goproxy Loading commit data...
hostexec Loading commit data...
iperf Loading commit data...
jessie-dnsutils Loading commit data...
logs-generator Loading commit data...
mount-tester Loading commit data...
mount-tester-user Loading commit data...
n-way-http Loading commit data...
net Loading commit data...
netexec Loading commit data...
network-tester Loading commit data...
pets Loading commit data...
port-forward-tester Loading commit data...
porter Loading commit data...
resource-consumer Loading commit data...
serve_hostname Loading commit data...
volumes-tester Loading commit data...
BUILD Loading commit data...