balena-os / balena-yocto-scripts

Helper scripts for balena yocto builds
https://balena.io
20 stars 21 forks source link

Use versioning for the docker image #32

Closed emirotin closed 7 years ago

emirotin commented 8 years ago

The plan is simple: keep a version file for the docker image It has to be bumped when the breaking changes are added to the dockerfile It has to be read when building the docker image, and used to tag that image It has to be read when using the docker image (to load the image with the corresponding tag).

As the file is available inside of this repo (that is used as a submodule) it should provide the seamless integration with the current process (as the submodule is updated the file will be updated, etc.)

agherzan commented 7 years ago

This issue was moved to resin-os/resinos#87