Viewing profile — sclevine
sclevine
HN member- Joined
- Mon, Nov 03, 2014, 12:31 AM UTC
- HN karma
- 97
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About sclevine
Recent public activity
- story
-
comment
Comment #26071373
This is especially true of Paketo's buildpacks, which tend to do exactly one thing each. E.g., Paketo Node.js buildpack is just a configuration file that's composed of other buildp…
-
comment
Comment #26071333
Additionally, Paketo's buildpacks build reproducible images given the same source code and buildpack versions.
-
comment
Comment #25566404
Don't hesitate to reach out on Slack if you have more questions: https://slack.buildpacks.io A few tips on rebase: (1) If you want to rebase without pulling the images first (so th…
-
comment
Comment #25554503
Many comments here point out how difficult it is to manage a separate dependency stack for each container when you use Dockerfiles to build them. This problem is just as difficult,…
- story
- story
-
comment
Comment #23007253
I'm just using K8s (specifically: K3s) for configuration management in this case. This post hits the nail on the head: https://news.ycombinator.com/item?id=23006114 That said, NGIN…
-
comment
Comment #23007135
This was indeed the motivation for my write-up :)
- story
-
comment
Comment #22947868
The OCI image format is a standardization of the Docker v2 image format, but they are generally compatible and interchangeable. That FAQ entry is misleading and slipped past the en…
- story
- story
-
comment
Comment #19568457
The presentation to the CNCF TOC covers some of the technical details: https://www.youtube.com/watch?v=uDLa5cc-B0E&feature=youtu.be Some key points: - CNBs can manipulate images di…
-
comment
Comment #19568414
While I really appreciate the work tonistiigi did to create the Cloud Foundry buildpack frontend for buildkit, it uses a compatibility layer[1] (which I wrote myself and no longer …
- story
- story
- story
-
comment
Comment #18133395
Dockerfiles require you to rebuild lower layers when any upper layers change, even though the OCI image format doesn't care about this. Cloud Native Buildpacks can intelligently ch…
-
comment
Comment #18132103
For those who would like to better understand the technology: Presentation to CNCF TOC: https://docs.google.com/presentation/d/1RkygwZw7ILVgGhBpKnFN... Formal specification: https:…
- story
- story
- story