This commit is contained in:
Ray Ozzie 2016-04-22 13:30:23 -04:00
parent 99e44d8a48
commit 6c64774c8c

View File

@ -4,10 +4,8 @@ FROM resin/%%RESIN_MACHINE_NAME%%-buildpack-deps
ENV INITSYSTEM on ENV INITSYSTEM on
# Make the hardware type available as a runtime env var # Make the hardware type available as a runtime env var
run sh -c env
ENV RESIN_ARCH %%RESIN_ARCH%% ENV RESIN_ARCH %%RESIN_ARCH%%
env RESIN_MACHINE_NAME %%RESIN_MACHINE_NAME%% ENV RESIN_MACHINE_NAME %%RESIN_MACHINE_NAME%%
run sh -c env
# Version number of gateway software. # Version number of gateway software.
# (Incrementing this simply forces Docker to flush its cache # (Incrementing this simply forces Docker to flush its cache