You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a license expired error when running docker-compose build.
Building irisimlsvr
Step 1/12 : ARG IMAGE=store/intersystems/iris-aa-community:2020.3.0AA.331.0
Step 2/12 : ARG IMAGE=intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
Step 3/12 : ARG IMAGE=intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm
Step 4/12 : FROM $IMAGE
---> 87bb05a8e5ac
Step 5/12 : LABEL maintainer="Thomas Dyar <[email protected]>"
---> Using cache
---> 300191427146
Step 6/12 : USER root
---> Using cache
---> ee8b3389d820
Step 7/12 : RUN mkdir /data && chown irisowner /data
---> Using cache
---> 5e55bb84ae5e
Step 8/12 : USER irisowner
---> Using cache
---> ef15b8530cae
Step 9/12 : COPY data /data
---> Using cache
---> 1637eeb623b0
Step 10/12 : COPY src /data/src
---> Using cache
---> 5b6f4ce55c0a
Step 11/12 : COPY iris.script /tmp/iris.script
---> Using cache
---> e849ac023ec9
Step 12/12 : RUN iris start IRIS && iris session IRIS < /tmp/iris.script
---> Running in 12e1926a812a
Using 'iris.cpf' configuration file
This copy of InterSystems IRIS has been licensed for use exclusively by:
Community License expired.
Copyright (c) 1986-2020 by InterSystems Corporation
Any other use is a violation of your license agreement
Error: Invalid Community Edition license, may have exceeded core limit. - Shutting down the system : $zu(56,2)= 0Starting IRIS
An error was detected during InterSystems IRIS startup.
** Startup aborted **
ERROR: Service 'irisimlsvr' failed to build: The command '/bin/sh -c iris start IRIS && iris session IRIS < /tmp/iris.script' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
I get a license expired error when running
docker-compose build
.The text was updated successfully, but these errors were encountered: