theia docker image now under springci/...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user