Skip to content

Conversation

@tianon
Copy link
Member

@tianon tianon commented Oct 27, 2025

Also, adjust vars.groovy to default to versions-pipeline instead now that we have a lot more that are converted than we have that aren't.

(This was actually @yosifkit's idea a few days ago - I just did the work before he did 😂)

Also, adjust `vars.groovy` to default to `versions-pipeline` instead now that we have a _lot_ more that are converted than we have that aren't.
@tianon tianon requested a review from yosifkit as a code owner October 27, 2025 23:08
Comment on lines 26 to 32
['ghost', [
'pipeline-script': 'update.sh/legacy-pipeline.groovy',
'env': 'GHOST_VERSION',
'otherEnvs': [
['ghost-cli', 'GHOST_CLI_VERSION'],
],
]],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker-library/ghost#456 will make this nice and clean too 👀

Suggested change
['ghost', [
'pipeline-script': 'update.sh/legacy-pipeline.groovy',
'env': 'GHOST_VERSION',
'otherEnvs': [
['ghost-cli', 'GHOST_CLI_VERSION'],
],
]],
['ghost', []],

'pipeline-script': 'update.sh/versions-pipeline.groovy',
]],

// versionless
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This diff is a little bit more annoying than it might otherwise have been because I moved these up since "versionless" doesn't really have as much meaning as it did now that we don't scrape version numbers from metadata stored here.)

@yosifkit yosifkit merged commit 45495e5 into docker-library:master Oct 27, 2025
@yosifkit yosifkit deleted the legacy-pipeline branch October 27, 2025 23:32
tianon added a commit that referenced this pull request Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants