• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[INFO] Best base image to use for own containers
#1
Any container image is based on a parent image as described here. You can build your own base image or use already published ones.

We really appreciate the work of company Resin.io in generating loads of Docker base images for different hardware platforms. One of their public repositories on Docker Hub named armh7f-debian is compiled for armv7hf architecture based platforms and delivers seamless compatibility with Raspberry Pi 2/3 respectively netPI.

Company Resin.io is very active in providing latest images of released versions of debian whenever they come out and all their images support cross build of ARM code on x86 machines allowing automated builds on Docker Hub. This is why we feel your are in good hands using their offerings and recommend to use the Debian:jessie image as base image for your work. Also we use it as basis for most of our example netPI Docker images provided here.

Since netPI is not offering SSH connectivity the Docker CLI cannot be used. Instead a Pi 3 have to be used for developing netPI Docker images.

This command pulls the latest Debian:jessie image onto your Pi 3:

docker pull resin/armv7hf-debian:jessie

This command starts a container from the image and jumps into a bash shell:

docker run -ti --entrypoint=/bin/bash resin/armv7hf-debian:jessie
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply
#2
Company resin.io changed its name to balena and also all repositories under https://hub.docker.com/u/resin/ are deprecated.

Instead you can find them now under https://hub.docker.com/u/balenalib.

Example: To load the latest debian:stretch image onto your netPI specify it as balenalib/armv7hf-debian:stretch
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  https certificate issues in new nodered docker image Dipro 1 1,666 May-4th-2022, 05:46 AM
Last Post: Armin@netPI
  netPI opc ua server pull image error wswitula 3 3,114 August-27th-2021, 10:47 AM
Last Post: wswitula
  Docker cannot find image COswald 16 8,937 May-18th-2020, 07:15 AM
Last Post: COswald
  PHP-Apache Image hsammer 3 2,728 March-12th-2020, 05:23 PM
Last Post: hsammer
  [INFO] CODESYS V3.5.15.0 compatibility confirmed Armin@netPI 5 4,986 October-13th-2019, 08:56 PM
Last Post: Armin@netPI
  Using Windows Containers a.w.d.m. 3 2,617 July-16th-2019, 01:46 PM
Last Post: patrick
  [SOLVED] Pull Docker Image a.w.d.m. 8 5,006 July-8th-2019, 11:17 AM
Last Post: Armin@netPI
  Launching multi-containers at a time - Docker stacks Armin@netPI 0 1,858 June-4th-2019, 04:11 PM
Last Post: Armin@netPI
  [INFO]Docker DNS server Armin@netPI 0 1,781 March-7th-2019, 09:02 AM
Last Post: Armin@netPI
  [SOLVED] node-red Dashboard Docker Image for netPI? anrodriguez 1 2,907 February-7th-2019, 05:35 PM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 1 Guest(s)