Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

files copied into container ought to have a uid/gid mapping #95

Open
vbatts opened this issue Nov 6, 2015 · 1 comment
Open

files copied into container ought to have a uid/gid mapping #95

vbatts opened this issue Nov 6, 2015 · 1 comment

Comments

@vbatts
Copy link

vbatts commented Nov 6, 2015

as of 0e884ec

vbatts@valse ~/src/appc/acbuild/examples/acserver (master *) $ ./build-acserver.sh 
Building acserver...
Beginning build with an empty ACI
Setting name of ACI to example.com/acserver
Copying host:acserver to aci:/bin/acserver
Copying host:/home/vbatts/opt/gopath/src/github.com/appc/acserver/templates to aci:/templates
Adding port "http"="tcp"
Adding mount point "acis"="/acis"
Setting exec command [/bin/acserver]
Writing ACI to acserver-latest-linux-amd64.aci
vbatts@valse ~/src/appc/acbuild/examples/acserver (master *) $ tar tvf acserver-latest-linux-amd64.aci
drwxr-xr-x 1000/1001         0 2015-11-06 05:12 rootfs
drwxr-xr-x 1000/1001         0 2015-11-06 05:12 rootfs/bin
-rwxr-xr-x 1000/1001   7158435 2015-11-06 05:12 rootfs/bin/acserver
drwxrwxr-x 1000/1001         0 2015-11-06 04:58 rootfs/templates
-rw-rw-r-- 1000/1001      2464 2015-11-06 04:58 rootfs/templates/index.html
-rw-r--r-- root/root       345 2015-11-06 05:12 manifest
@cgonyeo
Copy link
Member

cgonyeo commented Nov 10, 2015

Yeah those mappings should exist. It shouldn't be hard to implement, I'll look into it.

@cgonyeo cgonyeo added this to the v0.2.0 milestone Nov 13, 2015
@cgonyeo cgonyeo modified the milestones: v0.3.0, v0.2.0 Nov 17, 2015
@cgonyeo cgonyeo modified the milestones: v0.4.0, v0.3.0 Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants