deploy-sourcegraph-docker
deploy-sourcegraph-docker copied to clipboard
Proof-of-concept: update to nightly images to include `sourcegraph/sourcegraph@e151326`
Draft PR so that changes can be reviewed. It is not intended to be merged.
I did a docker-compose up locally to ensure that all the images are being pulled correctly.
This is for a custom docker-compose.yml that points to images built on this commit: https://github.com/sourcegraph/sourcegraph/commit/623cd1da89b3837b9b7df2772d3823ba740ec30a
The 623cd1d
part can be used to verify that the correct images are being used.
This is to unblock a trial for a customer that needs the fix to OIDC with TLS that is fixed by this commit, see this Slack thread: https://sourcegraph.slack.com/archives/C032Z79NZQC/p1669917233230879 And this thread: https://sourcegraph.slack.com/archives/C03D4H7UBEV/p1669830116016469
Looks good to me!