Archived
1
0

Rename container and release-container to images and release-image

This commit is contained in:
Anmol Sethi
2020-06-03 12:07:42 -04:00
parent 11d7932968
commit bdb670e852
14 changed files with 41 additions and 21 deletions

View File

@ -104,17 +104,17 @@ You can disable minification by setting `MINIFY=`.
- Post install script for the npm package.
- Bundled by`yarn release`.
## release-container
## release-image
This directory contains the release docker container.
This directory contains the release docker container image.
- [./release-container/build.sh](./release-container/build.sh)
- [./release-image/build.sh](./release-image/build.sh)
- Builds the release container with the tag `codercom/code-server-$ARCH:$VERSION`.
- Assumes debian releases are ready in `./release-packages`.
## container
## images
This directory contains the container for CI.
This directory contains the images for CI.
## steps