Noxx

Results 32 comments of Noxx

@RISCfuture, I've seen that you fixed the pathname-issue in generator.rb with your latest commit 3 months ago (dd72c55). Any possibility to merge the rest of my PR?

This PR references the discussion on https://groups.google.com/g/django-developers/c/fu6ZSmu-YJE.

@carltongibson Can I ask you to take a look into the `asgi.tests.ASGITest.test_disconnect` test and help me out to fix this? As the reading is now delayed until the `HTTPRequest` is...

We're running into the same bug which is reproducable on every run as long as the cache exists. Currently, we disabled the cache to be able to build our images...

@cvgw Well, that's not a solution as within the next run a newly created cache would be saved which is also faulty.

With kaniko 0.24.0 this problem still persists. First run without cache is successful, but on the second run, with the cached layer, it fails: ``` INFO[0013] Found cached layer, extracting...

I'm still experience this issue with Kaniko `executor:v1.3.0-debug`: First run works fine, however when using the cached layer it throws an error: ``` INFO[0008] RUN pip install --no-cache --no-cache-dir awscli==${AWSCLI_VERSION}...

Tested again with version `v1.5.1-debug`, same failure.

I've changed the docker storage driver from the default `aufs` to `overlay2` as mentioned in [this comment](https://github.com/GoogleContainerTools/kaniko/issues/1073#issuecomment-709221759). As a note if you use a gitlab-runner with docker executor: I needed...

As the ToDo list has been removed from the README I like to know if this feature is still planned? I currently trying to automate the publishing through gitlab-ci and...