-
Notifications
You must be signed in to change notification settings - Fork 30
[FEATURE] Use repo: 'varnish60lts' by default #22
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem?
Describe the solution you'd like
Just updated to use the latest pre-salted images in 8c5107c. The test pillar now uses:
| repo: 'varnish60lts' # to specify another custom repo than default (varnish40) |
Consider updating map.jinja to use these by default, changing these lines:
varnish-formula/varnish/ng/map.jinja
Line 10 in 8c5107c
| 'repo': 'varnish40', |
varnish-formula/varnish/ng/map.jinja
Line 26 in 8c5107c
| 'repo': 'varnish40', |
This probably entails using a BREAKING CHANGE commit.
Describe alternatives you've considered
Additional context
Reactions are currently unavailable