Question about buildpack deps, at:
https://docs.resin.io/reference/base-images/base-images/#resin-io-library-images-
There is the following statement:
A collection of common build dependencies used for installing various modules, e.g., gems. it has 2 variants which are:```
And then goes on have two bullet points (curl, scm) and a table with three variants (curl, scm, buildpack-deps). Is it two or three?
And then goes on to define docker-node, python, golang, openjdk. Do these fit into the 2 or 3 above in some way or not?
When I go to hub.docker.com and search for "resin intel-nuc" and then sort the results by name:
1. resin/intel-nuc-alpine
2. resin/intel-nuc-alpine-buildpack-deps
3. resin/intel-nuc-alpine-golang
4. resin/intel-nuc-alpine-node
5. resin/intel-nuc-alpine-openjdk
6. resin/intel-nuc-alpine-python
7. resin/intel-nuc-buildpack-deps
8. resin/intel-nuc-debian
9. resin/intel-nuc-fedora
10. resin/intel-nuc-fedora-buildpack-deps
11. resin/intel-nuc-fedora-golang
12. resin/intel-nuc-fedora-node
13. resin/intel-nuc-fedora-openjdk
14. resin/intel-nuc-fedora-python
15. resin/intel-nuc-golang
16. resin/intel-nuc-node
17. resin/intel-nuc-openjdk
18. resin/intel-nuc-python
19. resin/intel-nuc-ubuntu
20. resin/intel-nuc-ubuntu-buildpack-deps
21. resin/intel-nuc-ubuntu-golang
22. resin/intel-nuc-ubuntu-node
23. resin/intel-nuc-ubuntu-python
Questions:
- Q: is there a way to combine these, or do I have to use apt-get to add python to resin/intel-nuc-ubuntu-node?
- Q: why is there no resin/intel-nuc-ubuntu-openjdk?
- Q: what is alpine? And should it be added to the documentation?