This image is part of the resin.io base image series for IoT devices. The image is optimized for use with resin.io and resinOS, but can be used in any Docker environment running on the appropriate architecture.
What is resin.io?
Resin.io is the simplest way to build, deploy, and manage containers on a fleet of connected devices. Resin.io brings a modern developer workflow to the Internet of Things, enabling rapid innovation at every stage and scale of your project.
Supported tags and respective Dockerfile
links
2.7.13
,2.7
,2
,latest
(python/imx6ul-var-dart/debian/2.7/Dockerfile)2.7.13-onbuild
,2.7-onbuild
,2-onbuild
,onbuild
(python/imx6ul-var-dart/debian/2.7/onbuild/Dockerfile)2.7.13-wheezy
,2.7-wheezy
,2-wheezy
,wheezy
(python/imx6ul-var-dart/debian/2.7/wheezy/Dockerfile)2.7.13-slim
,2.7-slim
,2-slim
,slim
(python/imx6ul-var-dart/debian/2.7/slim/Dockerfile)3.3.6
,3.3
(python/imx6ul-var-dart/debian/3.3/Dockerfile)3.3.6-onbuild
,3.3-onbuild
(python/imx6ul-var-dart/debian/3.3/onbuild/Dockerfile)3.3.6-wheezy
,3.3-wheezy
(python/imx6ul-var-dart/debian/3.3/wheezy/Dockerfile)3.3.6-slim
,3.3-slim
(python/imx6ul-var-dart/debian/3.3/slim/Dockerfile)3.4.4
,3.4
(python/imx6ul-var-dart/debian/3.4/Dockerfile)3.4.4-onbuild
,3.4-onbuild
(python/imx6ul-var-dart/debian/3.4/onbuild/Dockerfile)3.4.4-wheezy
,3.4-wheezy
(python/imx6ul-var-dart/debian/3.4/wheezy/Dockerfile)3.4.4-slim
,3.4-slim
(python/imx6ul-var-dart/debian/3.4/slim/Dockerfile)3.5.2
,3.5
(python/imx6ul-var-dart/debian/3.5/Dockerfile)3.5.2-onbuild
,3.5-onbuild
(python/imx6ul-var-dart/debian/3.5/onbuild/Dockerfile)3.5.2-wheezy
,3.5-wheezy
(python/imx6ul-var-dart/debian/3.5/wheezy/Dockerfile)3.5.2-slim
,3.5-slim
(python/imx6ul-var-dart/debian/3.5/slim/Dockerfile)3.6.1
,3.6
,3
(python/imx6ul-var-dart/debian/3.6/Dockerfile)3.6.1-onbuild
,3.6-onbuild
,3-onbuild
(python/imx6ul-var-dart/debian/3.6/onbuild/Dockerfile)3.6.1-wheezy
,3.6-wheezy
,3-wheezy
(python/imx6ul-var-dart/debian/3.6/wheezy/Dockerfile)3.6.1-slim
,3.6-slim
,3-slim
(python/imx6ul-var-dart/debian/3.6/slim/Dockerfile)
For more information about this image and its history, please see the relevant manifest file (resin/imx6ul-var-dart-python
) in the resin-io-library/official-images
GitHub repo.
What is imx6ul-var-dart-python?
The Python buildpack image for Python apps for Variscite DART-6UL.
How to use this image
Systemd can be enabled by adding ENV INITSYSTEM on
to your Dockerfile below the FROM <Docker image>
line. This will trigger systemd init system on the Docker image.
Create a Dockerfile
in your python app project
FROM resin/imx6ul-var-dart-python:latest
# Enable systemd
ENV INITSYSTEM on
# Your code goes here
You can then build and run the Docker image:
docker build -t my-app .
docker run -it --rm --name my-running-app my-app
License
View license information for the software contained in this image.
Supported Docker versions
This image is officially supported on Docker version 17.05.0-ce.
Support for older versions (down to 1.0) is provided on a best-effort basis.
User Feedback
Issues
If you have any problems with or questions about this image, please contact us through a GitHub issue.
Contributing
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Documentation
Documentation for this image is stored in the base images documentation. Check it out for list of all of our base images including many specialised ones for e.g. node, python, go, smaller images, etc.