-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
The new `docker build --squash` is a great step once that becomes stable. That will allow us to build our docker images without leaving proprietary source code behind in the image layers without worka…
-
I'd like to propose several improvements to the Dockerfile in order to make targeted images that are smaller & faster, leading to a better developer experience for maintainers and developers alike. I'…
-
- [X] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [X] I have searched the [FAQ](https://python-poetry.org/d…
-
Continue https://github.com/open-learning-exchange/planet/issues/381.
How to setup Docker pipeline in Travis CI
-
**Actual behavior**
I have to set both `--kaniko-dir` and `KANIKO_DIR` in order to ensure `/kaniko` is not used.
**Expected behavior**
From the help:
```bash
--kaniko-dir string …
euven updated
2 months ago
-
a'la https://blog.codeship.com/building-minimal-docker-containers-for-go-applications/
-
This issue isn't for osm2rdf, but for [your fork of Wikidata Query RDF](https://github.com/nyurik/wikidata-query-rdf). Unfortunately, I can't add an issue over there. 😛
Would you consider hosting t…
-
**Actual behavior**
When using kaniko on an armv7 instance kaniko seems to use the armhf architecture.
If I use docker build then armv7 is correctly used.
**Expected behavior**
Kaniko should u…
-
After #192 we shrank the container from ~8gb to ~3gb.
Do a quick pass on the resulting container using `du --max-depth=1 -h` at root file system, to see if there's more stuff we can get rid of. Proba…