-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from NREL/develop
Update openstudio docker image to 3.7.0rc1
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,9 @@ FROM ubuntu:20.04 AS base | |
MAINTAINER Nicholas Long [email protected] | ||
|
||
# Set the version of OpenStudio when building the container. For example `docker build --build-arg | ||
ARG OPENSTUDIO_VERSION=3.6.0 | ||
ARG OPENSTUDIO_VERSION_EXT="" | ||
ARG OPENSTUDIO_DOWNLOAD_URL=https://github.com/NREL/OpenStudio/releases/download/v3.6.1/OpenStudio-3.6.1+bb9481519e-Ubuntu-20.04-x86_64.deb | ||
|
||
ARG OPENSTUDIO_VERSION=3.7.0 | ||
ARG OPENSTUDIO_VERSION_EXT="-rc1" | ||
ARG OPENSTUDIO_DOWNLOAD_URL=https://github.com/NREL/OpenStudio/releases/download/v3.7.0-rc1/OpenStudio-3.7.0-rc1+211bb633b0-Ubuntu-20.04-x86_64.deb | ||
ENV OS_BUNDLER_VERSION=2.1.4 | ||
ENV RUBY_VERSION=2.7.2 | ||
ENV BUNDLE_WITHOUT=native_ext | ||
|