Skip to content

Commit

Permalink
chore(rel): remove legacy scripts and update utils (#1125)
Browse files Browse the repository at this point in the history
This PR removes some outdated an unmaintained scripts that were provided
to assist customers in setting up Sourcegraph via Docker Compose in
different environments.

From what we have seen, very few customers use these scripts. In
addition, users looking to install Docker Compose are likely best served
by following the official [Docker Compose
documentation](https://docs.docker.com/compose/install/), rather than
using potentially outdated scripts.

### Checklist

<!--
Kubernetes and Docker Compose MUST be kept in sync. You should not merge
a change here
without a corresponding change in the other repository, unless it truly
is specific to
this repository. If uneeded, add link or explanation of why it is not
needed here.
-->
* [NA] Sister
[deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph)
change:
* [NA] Sister
[customer-replica](https://github.com/sourcegraph/deploy-sourcegraph-docker-customer-replica-1)
change (if necessary, for any changes affecting pure-docker or
configuration):
* [NA] All images have a valid tag and SHA256 sum
### Test plan

CI test pipeline

<!--
As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests
are REQUIRED to
provide a "test plan". A test plan is a loose explanation of what you
have done or
implemented to test this, as outlined in our Testing principles and
guidelines:

https://docs.sourcegraph.com/dev/background-information/testing_principles
  Write your test plan here after the "Test plan" header.
-->
  • Loading branch information
jdpleiness authored Dec 16, 2024
1 parent 168289b commit c3e0951
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 325 deletions.
52 changes: 0 additions & 52 deletions docker-compose/db-only-migrate.docker-compose.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions docker-compose/scripts/install-aws.sh

This file was deleted.

70 changes: 0 additions & 70 deletions docker-compose/scripts/install-azure.sh

This file was deleted.

67 changes: 0 additions & 67 deletions docker-compose/scripts/install-digitalocean.sh

This file was deleted.

70 changes: 0 additions & 70 deletions docker-compose/scripts/install-gcp.sh

This file was deleted.

0 comments on commit c3e0951

Please sign in to comment.