Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: generate update-docker-tags args from sourcegraph/sourcegraph #1382

Merged
merged 3 commits into from
Dec 1, 2020

Conversation

bobheadxi
Copy link
Member

@bobheadxi bobheadxi commented Nov 29, 2020

Generates update-docker-tag args from the master list over in sourcegraph/sourcegraph (https://github.com/sourcegraph/sourcegraph/pull/16227) instead of requiring manual maintenance. Closes https://github.com/sourcegraph/sourcegraph/issues/15896

As a reminder, we can't just wildcard sourcegraph/* images during version enforcement because we have images that don't conform to our standard versioning (e.g. sourcegraph/alpine)

The entrypoint remains the same, so this will not break our tooling/CI that now depends on the script.

Checklist

@bobheadxi bobheadxi force-pushed the generate-docker-tags-args branch from 48f3b51 to 8ea9c6a Compare November 29, 2020 05:26
@bobheadxi bobheadxi requested a review from a team November 29, 2020 06:15
)
args := []string{
"run",
"github.com/slimsag/update-docker-tags",
Copy link
Contributor

Choose a reason for hiding this comment

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

we should probably make this a library and call it directly

Copy link
Member Author

Choose a reason for hiding this comment

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

that would be nice in the long run - i think a first step would be a better path towards owning this tool ourselves, however: https://github.com/sourcegraph/sourcegraph/issues/16280

@sourcegraph-bot sourcegraph-bot merged commit 6964770 into master Dec 1, 2020
@sourcegraph-bot sourcegraph-bot deleted the generate-docker-tags-args branch December 1, 2020 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy-sourcegraph, deploy-sourcegraph-docker: generate update-docker-tags params from allDockerImages list
3 participants