theia docker image now under springci/...

This commit is contained in:
Kris De Volder
2020-11-16 16:08:00 -08:00
parent 0c2a894e27
commit d1c83aa30f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
FROM kdvolder/sts4-theia-snapshot
FROM springci/sts4-theia-snapshot
ADD clone-and-build.sh /tmp/clone-and-build.sh
RUN /tmp/clone-and-build.sh

View File

@@ -262,7 +262,7 @@ resources:
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: kdvolder/sts4-theia-snapshot
repository: springci/sts4-theia-snapshot
- name: maven-cache
type: s3
source:

View File

@@ -6,12 +6,12 @@ We currently publish a docker image that contains:
- a full-featured `theia` set of package for version `next`.
- all 4 of our vscode extensions as latest snapshot version.
This image is published to docker hub as `kdvolder/sts4-theia-snapshot:latest`.
This image is published to docker hub as `springci/sts4-theia-snapshot:latest`.
You can run it as follows:
```
docker run -it --init -p 3000:3000 -p 8080:8080 -v "$(pwd):/home/project:cached" kdvolder/sts4-theia-snapshot:latest
docker run -it --init -p 3000:3000 -p 8080:8080 -v "$(pwd):/home/project:cached" springci/sts4-theia-snapshot:latest
```
Then open `http://localhost:3000` to access it.