File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : backstage.io/v1alpha1
2+ kind : Resource
3+ metadata :
4+ name : localstack
5+ title : LocalStack (AWS Local Cloud)
6+ description : >
7+ LocalStack provides an AWS cloud emulator running in a single container.
8+ Use this image for local development and integration tests.
9+ tags :
10+ - aws
11+ - localstack
12+ - docker
13+ - testing
14+ links :
15+ - url : https://hub.docker.com/r/localstack/localstack
16+ title : Docker Hub – localstack/localstack
17+ icon : docker
18+ - url : https://docs.localstack.cloud/getting-started/
19+ title : LocalStack Docs – Getting Started
20+ icon : docs
21+ - url : https://docs.localstack.cloud/user-guide/integrations/docker/
22+ title : LocalStack Docker usage
23+ icon : docs
24+ annotations :
25+ # custom annotations we can use across our org
26+ localstack.cloud/docker-image : localstack/localstack:latest
27+ localstack.cloud/docs-url : https://docs.localstack.cloud/
28+ spec :
29+ type : container
30+ lifecycle : production
31+ owner : platform-team
32+ system : developer-platform
33+ definition :
34+ image : localstack/localstack
35+ defaultTag : latest
36+ recommendedTags :
37+ - " 4"
38+ - " 4.10"
39+ - " latest"
You can’t perform that action at this time.
0 commit comments