smith icon indicating copy to clipboard operation
smith copied to clipboard

Smith: A microcontainer builder

Results 6 smith issues
Sort by recently updated
recently updated
newest added

Instead of relying on a registry for minification, you can instead use a `docker save && smith && docker load` style stanza, helpful to keep the internet out of your...

- Modified packaging mechanism to use dep instead of Godeps (Godeps is deprecated) - Added config to authenticate against OCIR

When packaging an image, Smith does not copy across extended attributes on the files. This means that users that need capability bits for running an image as non-root need to...

Getting the following error when trying to run smith inside a container: standard_init_linux.go:207: exec user process caused "exec format error"

I have followed the instructions and everything is working smoothly until it comes time to upload. For the life of me I can't figure out why smith can't parse the...

When using `smith upload -d -r https://jruser:[email protected]/reponame`, the blobs POST is made without the username and password credentials. The private registry I'm using (artifactory) rejects the attempt with a 403...