Max Nikitenko
Max Nikitenko
Upvote this question, as pip has security concerns when we need to work with several registries private and public ones, and it's great to have lock files so that on...
I had the same problem with Jenkins CI, and figured out that when you run `locakstack` in docker with changing work directory, you would not have instantiated plugins. ``` DEBUG...
> @moaddib666 I'm having a similar issue on Jenkins that is using Kubernetes plugin. How did you overcome this? Hi, just change directory to '/opt/code/localstack/' before running localstack entry point.
Whe you override working directly you're mounting contents of your current working directly to docker image runtime, don't do that. If you need custom workdir, just make 'cd' before calling...
I need to look into the your pipeline code, to understand your usecase. As i'm a bit out of context. But it sounds weird to me. Basically this bug with...
I believe it's could be fixed by adding `cwd` in https://github.com/localstack/localstack/blob/master/bin/localstack-supervisor#L161C1-L165C14 like: ```python import subprocess import sys # Define the directory you want to set as the working directory #...
> omg that was too hard! here's my [example](https://github.com/pnnl/BIM2RDF/tree/9f315a0935127b11e8b44e96d67d5874e583df2b). > > * flattest possible file structure > * all sub-package `__version__`s are the same as 'core'. > * sucks: had...
Hi @rvhaasen Looks like a duplicate of https://github.com/astral-sh/uv/issues/6575, I'd suggest take a brief look
Hi @sid6mathur it's probably connected to your OpenAPI version the 2.0 has different format from 3.0 in case you use swaggo for generation of your docs you'd better switch to...