-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I have been reading tile build scripts and found most scripts do this kind of thing.
We should have a better default than tile-"${TILE_VERSION}.pivotal. I found that this team could reduce the code after kiln bake in their script if we do something similar to what they are doing.
Another option would be to have configuration in the Kilnfile for this. Preferably the Kilnfile would allow multiple configurations so it would work for tas-releng too.
Describe the solution you'd like
I'd like to see the build file name to be configurable in the Kilnfile.
If the configuration does not exist, fall back to tile-"${TILE_VERSION}.pivotal.
Describe alternatives you've considered
No response
Additional context
This would require changes to the kiln-buildpack and the concourse resource to fetch tiles out of harbor.
Reactions are currently unavailable