Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefinger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
codefinger
2y ago
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--too complex--and the "best practices" led t
2.
▲
Write a Good Dockerfile in 19 “Easy” Steps
(jkutner.github.io)
5 points
by
codefinger
5y ago
|
1 comments
3.
▲
Using buildpacks to create an Nginx Docker image
(griggheo.medium.com)
2 points
by
codefinger
6y ago
|
0 comments
4.
▲
by
codefinger
6y ago
where?
5.
▲
by
codefinger
6y ago
Give this a watch, and I think it may change your mind on some these points: https://www.youtube.com/watch?v=ofH9_sE2qy0
6.
▲
by
codefinger
6y ago
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.
7.
▲
by
codefinger
6y ago
Yes. The output of buildpacks is an OCI image (Docker image) that works with the container runtime(s) in Kubernetes
8.
▲
by
codefinger
6y ago
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 author didn't include an example of running
9.
▲
10 Rules for Writing Well
(jkutner.github.io)
2 points
by
codefinger
6y ago
|
0 comments
10.
▲
Buildpacks Promoted to CNCF Incubation
(medium.com)
14 points
by
codefinger
6y ago
|
2 comments
11.
▲
Why your buildpack Docker images were created 40 years ago
(medium.com)
5 points
by
codefinger
6y ago
|
0 comments
12.
▲
Comparing Cloud Native Buildpacks to Herokuish
(dokku.github.io)
36 points
by
codefinger
6y ago
|
4 comments
13.
▲
The Software That Saved Apollo 11
(medium.com)
1 points
by
codefinger
7y ago
|
0 comments
14.
▲
by
codefinger
7y ago
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.
15.
▲
by
codefinger
7y ago
There's some more detail here: https://buildpacks.io/docs/
16.
▲
Defence Against the Docker Arts
(blog.heroku.com)
236 points
by
codefinger
7y ago
|
97 comments
17.
▲
by
codefinger
7y ago
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 how resource-hungry the runtime is :) Our determi
18.
▲
by
codefinger
8y ago
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). They take app source code as input, and output a docker image
19.
▲
Using Hibernate and Spring to Build Multi-Tenant Java Apps
(citusdata.com)
3 points
by
codefinger
9y ago
|
0 comments
20.
▲
by
codefinger
11y ago
This article covers the basics: https://devcenter.heroku.com/articles/java-memory-issues