Auto-merge for PR #476 via VersionBot

Use a pinned build of the debian image to build base and gosuper, to avoid unnecessary rebuilds
This commit is contained in:
resin-io-versionbot[bot] 2017-07-25 20:46:34 +00:00 committed by GitHub
commit 49d149a196
3 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## v6.0.3 - 2017-07-25
* Use a pinned build of the debian image to build base and gosuper, to avoid unnecessary rebuilds [Pablo Carranza Velez]
## v6.0.2 - 2017-07-24 ## v6.0.2 - 2017-07-24
* Disable armel builds [Pablo Carranza Velez] * Disable armel builds [Pablo Carranza Velez]

View File

@ -1,5 +1,5 @@
ARG ARCH=amd64 ARG ARCH=amd64
FROM debian:jessie as base FROM debian:jessie-20170723 as base
ARG ARCH ARG ARCH
# Install the following utilities (required by openembedded) # Install the following utilities (required by openembedded)
# http://www.openembedded.org/wiki/Getting_started#Ubuntu_.2F_Debian # http://www.openembedded.org/wiki/Getting_started#Ubuntu_.2F_Debian
@ -41,7 +41,7 @@ RUN cd /source && bash -ex build.sh
############################################################################## ##############################################################################
# Build golang supervisor # Build golang supervisor
FROM debian:jessie as gosuper FROM debian:jessie-20170723 as gosuper
ARG ARCH ARG ARCH
RUN apt-get update \ RUN apt-get update \

View File

@ -1,7 +1,7 @@
{ {
"name": "resin-supervisor", "name": "resin-supervisor",
"description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.", "description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.",
"version": "6.0.2", "version": "6.0.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",