Skip to content
#

cicd

Here are 982 public repositories matching this topic...

zyupo
zyupo commented May 12, 2020

Spug运维平台在过去的公司里稳定运行3年以上,开源的大部分代码也是基于稳定版本之上,为了增加更多用户在企业使用的信心,如您愿意,请将您在企业中使用Spug的案例展示给我们,请在该issue页面提供您的使用案例,提交格式:企业名称 + 公司官网地址。官网地址为可选项,您可以直接提供企业名称即可。

此外,您也可以通过其他渠道如QQ、微信、邮件的方式联系项目作者提供使用案例。

征集长期有效,感谢大家支持!

Spug部分案例:

jessesuen
jessesuen commented Jan 8, 2021

Summary

Currently we only allow foreground deletion of objects, but due to Kubernetes GC buggy behavior about deletion, foreground deletion can block indefinitely. The only workaround in Argo CD is a force deletion which is more abrasive approach than performing a background deletion. We should expose an option in UI, CLI, API to perform background deletion of resources and applications.

microk8s
mattmoor
mattmoor commented Jan 5, 2021

It looks like microk8s is shipping 0.13 (long unsupported): https://github.com/ubuntu/microk8s/blob/2088de9c95abdc59c1428e5acf127ff758c33f5a/build-scripts/set-env-variables.sh#L16

We'll be cutting 0.20 in roughly a week, and our supported version range will be 0.17-0.20 (currently 0.16 is the oldest supported version).

This recently came up in K8s slack #knative because users were trying to

jamesdreid
jamesdreid commented Nov 30, 2020

SUMMARY

The ST2 common "list_

STACKSTORM VERSION

st2 3.2.0, on Python 3.6.8

OS, environment, install method

Post what OS you are running this on, along with any other relevant information/

Centos8 - one-liner install

Steps to reproduce the problem

Implement a simple sensor that calls the "list_values(local=True, prefix=None)" method to retrieve the data fro

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

Fuuzetsu
Fuuzetsu commented Dec 9, 2020

If we want to use docker-based executors and pull docker images from private ECR, we are likely to use https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#using-credential-helpers with DOCKER_AUTH_CONFIG set. To make use of this, the appropriate credential helper needs to be installed: https://github.com/awslabs/amazon-ecr-credential-helper

With current EC2 setup, this is just `yum in

mentoc3000
mentoc3000 commented Apr 17, 2020

Some of the simulators on my machine are unavailable. For instance, the iPad Pro 11 inch on iOS 12.2 is not available because I have not installed the iOS 12.2 simulator.

-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-12-2 --
    iPhone 5s (739BB7D5-8286-4689-A851-B4BA054B62C6) (Shutdown) (unavailable, runtime profile not found)
    iPhone 6 Plus (8D83D9CF-F3E4-4E0B-91CE-B5B61118
drone-cache
kolaente
kolaente commented Dec 10, 2020

Is your feature request related to a problem? Please describe.
I am packaging my application in arm docker images and am looking to cache the build dependencies to speed up the build, especially since the arm runner is slow. However, this plugin is only available for amd64, not arm.

Describe the solution you'd like
I'd love to have arm images for the plugin so I can use it on the arm

Improve this page

Add a description, image, and links to the cicd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cicd topic, visit your repo's landing page and select "manage topics."

Learn more