eremetic-framework / eremetic

A Framework for Mesos to run one-off tasks in docker
Other
149 stars 35 forks source link

Json error when providing URI #202

Open javadevmtl opened 6 years ago

javadevmtl commented 6 years ago

Hi when we have the following options.json

{
  "eremetic": {
    "framework-name": "eremetic2",
    "cpus": 0.5,
    "mem": 100,
    "auth-uri": "http://my-bootstrap:8080/docker.tar.gz",
    "log-level": "INFO",
    "queue-size": 10000
  }
}

We get a json error...

~/e/eremetic-framework ❯❯❯ dcos package install --options=eremetic-options-dev.json eremetic
By Deploying, you agree to the Terms and Conditions https://mesosphere.com/catalog-terms-conditions/#community-services
This DC/OS Service is currently in preview. There may be bugs, incomplete features, incorrect documentation, or other discrepancies. Preview packages should never be used in production!
Continue installing? [yes/no] yes
expected } or , got " (line 56, column 1287)
javadevmtl commented 6 years ago

Hi have you looked at this? We need to be able to pull from our private registry. But can't set it up....

keis commented 6 years ago

No, sry. And the dcos support was contributed by a 3rd party so I'm not entirely sure how that bit works. Could I suggest you try deploying this with the marathon config from the examples instead?

javadevmtl commented 6 years ago

Ok cool :) I think the DC/OS catalog is confusing.

javadevmtl commented 6 years ago

Actually quick question how does Eremetic deal with private docker registries?