Skip to content

Commit 3f35fa6

Browse files
authored
Merge pull request #360 from 1Password/solutions/delete-deprecated-docker
Remove deprecated legacy Docker deployment examples and update documentation.
2 parents 90f1876 + e8f7f39 commit 3f35fa6

File tree

13 files changed

+6
-801
lines changed

13 files changed

+6
-801
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ We sometimes deprecate deployment examples that become irrelevant, usually when
9595

9696
At the time of deprecation, these deployment examples were fully functional, but will soon become unsupported and removed from the repository:
9797

98-
- ⚠️ [Docker Compose & Docker Swarm](https://github.com/1Password/scim-examples/blob/main/deprecated/docker)
98+
- _No deployment example have recently been deprecated_
9999

100100
Deprecated deployment examples are moved to the [`/deprecated`](/deprecated) directory. You can learn more about this designation and find suggested alternatives in [`/deprecated/README.md`](/deprecated/README.md).
101101

deprecated/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ The following deployment methods are deprecated and will be removed from the rep
1111

1212
| Deployment | Deprecation Date | Deletion Date | Suggested Alternative | Deprecation PR |
1313
| ---------------------------------------------------- | ---------------- | ------------- | ------------------------ | ------------------------------------------------------------ |
14-
| [Docker Compose & Docker Swarm](/deprecated/docker/) | 2024-09-04 | 2024-12-04 | [Docker Swarm](/docker/) | [#335](https://github.com/1Password/scim-examples/pull/335) |
1514
| - | - | - | - | - |
1615

1716
### Deleted deployment methods
1817

1918
The following is a list of deployment methods that are no longer supported and were removed from the repository upon expiration of their deperecation period. These deployment methods are no longer supported. If you previously depended on one of these deployment methods, consider one of the suggested alternatives.
2019

21-
| Deployment | Deprecation Date | Deletion Date | Suggested Alternative | Deprecation and Deletion PRs |
22-
| ------------------------- | ---------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
23-
| aws-ec2-terraform | 2020-12-21 | 2023-09-14 | [AWS ECS Fargate with Terraform](/aws-ecsfargate-terraform/) or [AWS ECS Fargate with CloudFormation](/beta/aws-ecsfargate-cfn/) | Dep: [PR#127](https://github.com/1Password/scim-examples/pull/127) \| Del: [PR#255](https://github.com/1Password/scim-examples/pull/255) |
24-
| DigitalOcean App Platform | 2022-12-21 | 2023-09-14 | [Digital Ocean App Platform with `op` CLI](/beta/do-app-platform-op-cli/) or [Azure Container Apps](/azure-container-apps/) | Dep: [PR#222](https://github.com/1Password/scim-examples/pull/222) \| Del: [PR#255](https://github.com/1Password/scim-examples/pull/255) |
20+
| Deployment | Deprecation Date | Deletion Date | Suggested Alternative | Deprecation and Deletion PRs |
21+
| ----------------------------- | ---------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
22+
| aws-ec2-terraform | 2020-12-21 | 2023-09-14 | [AWS ECS Fargate with Terraform](/aws-ecsfargate-terraform/) or [AWS ECS Fargate with CloudFormation](/beta/aws-ecsfargate-cfn/) | Dep: [PR#127](https://github.com/1Password/scim-examples/pull/127) \| Del: [PR#255](https://github.com/1Password/scim-examples/pull/255) |
23+
| DigitalOcean App Platform | 2022-12-21 | 2023-09-14 | [Digital Ocean App Platform with `op` CLI](/beta/do-app-platform-op-cli/) or [Azure Container Apps](/azure-container-apps/) | Dep: [PR#222](https://github.com/1Password/scim-examples/pull/222) \| Del: [PR#255](https://github.com/1Password/scim-examples/pull/255) |
24+
| Docker Compose & Docker Swarm | 2024-09-04 | 2025-05-12 | [Docker Swarm](/docker/) | Dep: [PR#335](https://github.com/1Password/scim-examples/pull/335) \| Del: [PR#360](https://github.com/1Password/scim-examples/pull/360) |
2525

2626
## Process for deprecating deployment methods
2727

deprecated/docker/README.md

Lines changed: 0 additions & 275 deletions
This file was deleted.

deprecated/docker/compose/docker-compose.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)