-
Image customization for these steps can complicate things as it may break the built-in commands. Just create you own command step with desired image if you have customization needs.
-
Previous Value Current Value Open
Closed
-
I’m currently using custom commands via containers, but it’s rather cumbersome. I think replacing the build-in commands’ images with the buildpack-deps:stable, buildpack-deps:stable-scm, and buildpack-deps:stable-curl series would be better than maintaining them myself, since Docker’s official images are updated and maintained promptly to address security issues.
buildpack-deps A collection of common build dependencies used for installing various modules, e.g., gems.
-
buildpack-deps A collection of common build dependencies used for installing various modules, e.g., gems.
As mentioned, you may add your custom build step to run arbitrary commands inside arbitrary image, such as buildpack-deps.
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
To facilitate management, caching, and security, could we be allowed to customize the runtime image for steps like scp and ssh? Having them hard-coded in your code means any change requires repackaging and releasing a new version, which is very inconvenient.