dgr icon indicating copy to clipboard operation
dgr copied to clipboard

Container build and runtime tool

Results 40 dgr issues
Sort by recently updated
recently updated
newest added

I installed `dgr` with exec permissions restricted to a dedicated group and set the `setuid` bit on the binary, hoping this would spare me the `sudo` stuff. Even though, `dgr`...

Excerpt of failure log: ``` 16:16:00 FATAL d/aci-builder/bin-run/main.go:27 Build failed d/a/bin-run/builder.go:117 Failed to process manifest template aci=aci-nginx-extras content=--- name: aci.blbl.cr/aci-nginx-extras:{{.nginx_version}}-0 aci: app: exec: [ "/bin/bash" ] dependencies: - aci.blbl.cr/aci-debian:9.4-8 -...

While building, if we cannot find treeStoreID, it's probably because rkt did not succeed using overlayfs. We can improve this log to tell to check what kind of FS is...

Currently only support one builder for all builder scripts.

Add a feature to squash all the dependencies and truncate the manifest.

Add a feature to build dependencies from a filesystem path when it's not present on store/remote. May force this behavior when needed.

Add a feature to copy from the `image.aci` a file to the host. Could be something like: ```dgr -W aci-hyperkube/ cp /hyperkube /usr/local/bin/hyperkube```

I want to build aci images on top of docker hub images, If it's possible, how to make use of existing docker hub images.

We will need the following options to **tar** for *reproducible builds*. Therefore this PR upgrades the version **dgr** ships with to 1.29, but still calls the host's *tar* by default....