Move installable packages to pkg

Still leaves some intermediate repos in `base/`

See #1266

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-03-22 12:33:11 +00:00
parent b6ef5d4e88
commit 905636d642
36 changed files with 10 additions and 0 deletions

3
pkg/sysctl/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
COPY . ./
CMD ["/usr/bin/sysctl"]