Skip to content

Commit bbfd349

Browse files
Sync README.md
1 parent 32f891a commit bbfd349

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
File Server
2-
===========
1+
# Fileserver
32

4-
**Note**: This repository should be imported as `code.cloudfoundry.org/fileserver`.
3+
The Fileserver serves static assets used by our various components, such
4+
as the App Lifecycle binaries
55

6-
Bob Loblaw's Blob Store
6+
> \[!NOTE\]
7+
>
8+
> This repository should be imported as
9+
> `code.cloudfoundry.org/fileserver`.
710
8-
## Reporting issues and requesting features
11+
# Contributing
912

10-
Please report all issues and feature requests in [cloudfoundry/diego-release](https://github.com/cloudfoundry/diego-release/issues).
13+
See the [Contributing.md](./.github/CONTRIBUTING.md) for more
14+
information on how to contribute.
1115

12-
## Uploading Droplets & Build Artifacts
16+
# Working Group Charter
1317

14-
Uploading droplets & build artifacts via CC involves crafting a correctly-formed multipart request. For Droplets we also poll until the async job completes.
18+
This repository is maintained by [App Runtime
19+
Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md)
20+
under `Diego` area.
1521

16-
To specify a remote cloud controller to test against, use the following environment variables:
17-
18-
CC_ADDRESS the hostname for a deployed CC
19-
CC_USERNAME, CC_PASSWORD the basic auth credentials for the droplet upload endpoint
20-
CC_APPGUID a valid app guid on that deployed CC
21-
22-
####Learn more about Diego and its components at [diego-design-notes](https://github.com/cloudfoundry/diego-design-notes)
22+
> \[!IMPORTANT\]
23+
>
24+
> Content in this file is managed by the [CI task
25+
> `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/c83c224ad06515ed52f51bdadf6075f56300ec93/shared/tasks/sync-readme/metadata.yml)
26+
> and is generated by CI following a convention.

0 commit comments

Comments
 (0)