Viewing profile — codefinger
codefinger
HN member- Joined
- Thu, Jan 10, 2013, 5:53 PM UTC
- HN karma
- 135
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About codefinger
No profile information was provided.
Recent public activity
-
comment
Comment #41393161
This has been a long time coming. The 12-factors have guided us well, but the ecosystem has changed. The point we're at now reminds me a lot of Java in 2010. Everything was complex…
- story
- story
-
comment
Comment #26065817
where?
-
comment
Comment #26065803
Give this a watch, and I think it may change your mind on some these points: https://www.youtube.com/watch?v=ofH9_sE2qy0
-
comment
Comment #26065281
I think this is exactly why people should use Buildpacks over Dockerfiles. I've seen so many Dockerfiles that are wrong, or even introduce security problems.
-
comment
Comment #26065256
Yes. The output of buildpacks is an OCI image (Docker image) that works with the container runtime(s) in Kubernetes
-
comment
Comment #26065245
To you first point, there's probably no example of a Buildpack because (unlike Dockerfile) most Buildpack users don't write their own. They are reuseable. I'm not sure why the auth…
- story
- story
- story
- story
- story
- story
-
comment
Comment #19568810
The Ruby buildpack shown in the example installs Node.js for you. A developer doesn’t even need to be aware that it’s required to precompile assets.
-
comment
Comment #19567620
There's some more detail here: https://buildpacks.io/docs/
- story
-
comment
Comment #19557867
I'm the Java Languages Owner at Heroku. While I can't reveal in full detail why we do (or do not) officially support a particular language, I can say that it has nothing to do with…
-
comment
Comment #18131637
LinuxKit (as I understand it) is for building the OS itself. Buildpacks are a higher level abstract for building a complete application image (with the emphasis on application). Th…
- story
-
comment
Comment #10383289
This article covers the basics: https://devcenter.heroku.com/articles/java-memory-issues
- story