marathon icon indicating copy to clipboard operation
marathon copied to clipboard

there is no release 1.11 nor 1.11.24

Open f1-outsourcing opened this issue 3 years ago • 3 comments

There is already quite some time a 1.11 on docker, what release/tag corresponds with the docker images 1.11.24?

Am I correct to understand that the docker images are build from versions found here?

f1-outsourcing avatar Feb 26 '21 20:02 f1-outsourcing

@f1-outsourcing recent Marathon releases have been created for integration with DC/OS releases and haven't been targeting OSS users that much.

Yes, the docker images are built based on this project. You can derive the source even though the docker images have stripped the commit hashes.

docker image v1.11.24 is 24 commits ahead of the branch point, which is 0513cdd for 1.11. In case I've counted correctly that'd be 9ee9f3c which is the latest commit in the 1.11 branch.

meichstedt avatar Feb 27 '21 08:02 meichstedt

Do you know by any chance if the mvp csi implementation is using secrets differently? I have been trying the cephcsi. But it keeps complaining about having no secrets "desc = stage secrets cannot be nil or empty"

I found a secrets plugin that works with this config.

"env": { 
    "testvar1": "testval1",
    "testvar2": { "secret": "secretpassword"},
    "testvar3": { "secret": "ref3"}
  },
  "secrets": { 
    "secretpassword": { "source": "testagain" }, 
    "ref3": { "source": "secnotfound" }
  },

But your dcos example only has

"nodeStageSecret": {
              "username": "username_secret_001",
              "password": "password_secret_001"
            },

f1-outsourcing avatar Feb 28 '21 02:02 f1-outsourcing

@f1-outsourcing I'm sorry, I have no idea as I haven't been involved in those features. I just happen to know the build system a bit ;-)

meichstedt avatar Mar 06 '21 11:03 meichstedt