Skip to content

Commit

Permalink
build: update Gitpod ports, update Gitpod README.md, for ddev#6613 [s…
Browse files Browse the repository at this point in the history
…kip ci] (ddev#6624)
  • Loading branch information
stasadev authored Oct 25, 2024
1 parent d3296c6 commit 19c4f0b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
31 changes: 27 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,42 @@ vscode:
- rogalmic.bash-debug

ports:
# Ignore host https port
- port: 8443
# Ignore direct-build https port
- port: 2222
onOpen: ignore
- port: 3306
onOpen: ignore
# Direct-connect ddev-webserver port that is the main port
- port: 8080
- port: 5432
onOpen: ignore
# Used by projector
- port: 6942
onOpen: ignore
# Currently un-notified and unsupported mailpit https port
- port: 8027
onOpen: ignore
# Currently un-notified and unsupported phpmyadmin http port
- port: 8036
onOpen: ignore
# Currently un-notified and unsupported phpmyadmin https port
- port: 8037
onOpen: ignore
# Direct-connect ddev-webserver port that is the main port
- port: 8080
onOpen: ignore
# xhgui http port
- port: 8143
onOpen: ignore
# xhgui https port
- port: 8142
onOpen: ignore
# xdebug port
- port: 9003
onOpen: ignore
# Adminer http port
- port: 9100
onOpen: ignore
# Adminer https port
- port: 9101
onOpen: ignore
# projector port
- port: 9999
6 changes: 3 additions & 3 deletions containers/ddev-gitpod-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Use [DDEV on Gitpod](https://ddev.readthedocs.io/en/stable/users/install/ddev-in

### Building and pushing to Docker Hub

Use [push.sh](https://github.com/ddev/ddev/blob/master/.gitpod/images/push.sh)
See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow)

### Running

Expand All @@ -28,7 +28,7 @@ docker run -it --rm ddev/ddev-gitpod-base:<tag> bash

## Source:

[https://github.com/ddev/ddev/blob/master/.gitpod/images/Dockerfile](https://github.com/ddev/ddev/blob/master/.gitpod/images/Dockerfile)
[https://github.com/ddev/ddev/blob/master/containers/ddev-gitpod-base](https://github.com/ddev/ddev/blob/master/containers/ddev-gitpod-base)

## Maintained by:

Expand Down Expand Up @@ -60,4 +60,4 @@ View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

0 comments on commit 19c4f0b

Please sign in to comment.