-
With Nginx in front of the container as SSL terminator, proxying to port 80:
```
$ curl -v https://tuleap.cloudesire.com/
< Location: https://tuleap.cloudesire.com:443/
```
It looks like is…
gionn updated
3 years ago
-
Hi,
I am setting a bunch of environment variables as describe in [docs](https://docs.sentry.io/clients/java/config/#configuration-via-the-runtime-environment) inside a container running a java weba…
gionn updated
3 years ago
-
## Describe Request:
It would be nice to have a "checkout_repo" command, to download a specific repo and checkout on a specific branch
## Examples:
Usage in config.yml:
```yaml
- cloudesire/c…
-
## Describe Request:
Add a tag to git when releasing a new version of the orb.
-
Launching swagger validator with:
```
docker run --rm -it -p 8080:8080 -e "REJECT_LOCAL=false" -e "REJECT_REDIRECT=false" --name swagger-validator-v2 swaggerapi/swagger-validator-v2:v2.0.4
```
h…
gionn updated
4 years ago
-
Each time we update OCS gateway the local docker on the host system in GCP will fetch a new image from the Docker registry. But it is not deleting the old images. The host will slowly use up more and …
-
This is a list of the 1556 projects that are listed on an outdated URI in Bower, along with their current location.
```
a: /bevacqua/a -> /bevacqua/contra
ace-latest: /wangshijun2010/ace -> /wangshij…
-
I tried it with 1.13.0 and 1.12.0 and I don't understand the exception
```
azure.virtualMachines().define("myLinuxVM")
.withRegion(Region.US_EAST)
.withNewResourceGroup("random")…
-
```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/xxxxxxx/issues?per_page=100&state=open&labels=bug (Caused by NewCo…
-
Hi,
I am using `1.11.03` and I have the spring configuration in xml in this way:
```
```
I have some classes annotated with `@MappedSuperclass` and I have this issue:
```
java.lang.IllegalArg…