Muhammed Hussain Karimi
Muhammed Hussain Karimi
@lomavkin For those images I'm using Dockerfile and kaniko temporarily until this issue fixes I think pushing layers one by one and ability to set timeout as a cli arg...
I think Earthly is pushing all of the layers at once, So this is the actual problem I think
@lukidzi Hi thanks I'm appropriated to contribute but can you give me steps to debug and find out where is the problem in my configurations
Thanks Sometimes clearing cache will not work and we have to wait (for example 20 minutes) or we have to restart to fix the problem.
@zhilyaev I know but kubectl and jq are common commands that I will use in my lifecycle to monitor the condition of CustomResources I helmwave supports waiting for conditions (just...
@zhilyaev I have fixed the COPY Problem. But `jq` is also needed I think (`RUN apk add jq`) ;) and also my use case is that I want to use...
> Good job! I will take a look later. Thanks, If it's okay I want to also add jq package too.
@zhilyaev Any updates on this? I'm installing kubectl on my CI pipeline every time (I don't want to build my own image :])
Thanks But I have another idea that we can make a debug tag that is fat and contains some extra tools
@zhilyaev Can you review changes again? I have refactored my PR to add another tag to container image named `debug` I also wanted to make it based on debian to...