-
```Dockerfile
# Build go
FROM golang:1.21-alpine AS builder
WORKDIR /app
ENV CGO_ENABLED=0
ENV version=v3.0.0
RUN apk --update --no-cache add tzdata ca-certificates git
RUN git clone https://…
-
Hi.
We are busy with a golang upgrade from 1.15 to 1.21.1 across our microservices
One of the services uses the mq-golang-jms20 module.
When attempting to build the code in the new env, we ge…
-
**Error ->**
/app/app/static/js
Server running on port: 3000
Default channel not found, attempting creation...
Successfully created a new default channel.
Joining peers to the default channel.…
-
```
What steps will reproduce the problem?
1. Downloaded Go Example from
https://github.com/golang/appengine/tree/master/demos/helloworld
2. gcloud preview app run ./app.yaml
What is the expected o…
-
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https:/…
-
```
What steps will reproduce the problem?
1. Downloaded Go Example from
https://github.com/golang/appengine/tree/master/demos/helloworld
2. gcloud preview app run ./app.yaml
What is the expected o…
-
```
What steps will reproduce the problem?
1. Downloaded Go Example from
https://github.com/golang/appengine/tree/master/demos/helloworld
2. gcloud preview app run ./app.yaml
What is the expected o…
-
I met `invalid username or password` error after i deployed the harbor via helm.
Something like this:
![image](https://github.com/user-attachments/assets/8625a82d-32d3-4baf-bf3e-2eae0ee744e9)
…
-
I have a configuration file that holds many details that my app uses for various purposes such a SMTP password, db encryption token, etc. That configuration file is encrypted against a password using …
-
```
What steps will reproduce the problem?
1. Downloaded Go Example from
https://github.com/golang/appengine/tree/master/demos/helloworld
2. gcloud preview app run ./app.yaml
What is the expected o…