-
I was about to reply in godotengine/godot#75401 when this repository was created, so let's continue the dialogue here.
For context, the motivation of godotengine/godot#75401 was not only to provide…
-
I have the following configuration in my build.gradle file:
```
scmVersion {
useHighestVersion = true
//Uncomment if you do not want push to remote
//localOnly = true
tag {
…
-
I am seeing this error when running docker-pyinstaller as part of a Gilab CI build script. When running it locally, it works without problems.
This is the CI job:
```build_exec_wine:
stage: b…
-
The new GitHub pages deployment works like a charm, thanks a lot! Now I'm trying to deploy my website on GitLab instead. I made a naive .gitlab-ci.yml (following the GitHub deploy.yml), but it crashes…
-
**What happened**:
Error: No such container:path: 211304:/opt/horusec/horusec-report.json
**How to reproduce it (as minimally and precisely as possible)**:
my job for release branch:
```
…
-
Hi, we use conan for our packaging and it's great. Thanks for maintaining it!
We use the `ConanMultiPackager` packager which goes over `docker`, running through Jenkins. When we get to release time…
-
While the default location for the LZA config is Codepipeline, due the shortfalls for the AWS DevOps tool-chain some LZA customers manage their codebase outside the AWS echo system in some more mature…
kisst updated
2 months ago
-
## 1. **Kubernetes 基础知识**
#### Q1: 什么是Kubernetes?Kubernetes主要解决了哪些问题?
**回答要点**:
- Kubernetes是一个开源的容器编排平台,自动化容器化应用的部署、扩展和管理。
- Kubernetes解决的问题包括:容器编排、服务发现、负载均衡、自动伸缩、自我修复等。
#### Q2: 描述一下Kuberne…
-
### Describe the bug
Docker image v2.17.x on GitLab CI is not working, it fails with the error `Fatal glibc error: CPU does not support x86-64-v2`.
### Related component
Build
### To Repro…
-
This is likely not an issue with ugrep _per se_, but I was hoping you have an idea. I'm trying to run a simple `ugrep -O sql create` in gitlab's CI/CD. The command works on my computer (Ubuntu WSL), i…