Live data from Hacker News

Viewing profile — sclevine

sclevine

HN member
Joined
Mon, Nov 03, 2014, 12:31 AM UTC
HN karma
97
Public activity
23 items

About sclevine

[ my public key: https://keybase.io/sclevine; my proof: https://keybase.io/sclevine/sigs/sErO9lIpOe8rNyUDwHHfSOzH9uEJ4xdDFr22VVyGZ5Y ]

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #26071333

    Additionally, Paketo's buildpacks build reproducible images given the same source code and buildpack versions.

  4. 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…

  5. 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,…

  6. story
  7. story
  8. 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…

  9. comment
    Comment #23007135

    This was indeed the motivation for my write-up :)

  10. story
  11. 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…

  12. story
  13. story
  14. 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…

  15. 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 …

  16. story
  17. story
  18. story
  19. 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…

  20. 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:…

  21. story
  22. story
  23. story