Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is no release 1.11 nor 1.11.24 #7263

Open
f1-outsourcing opened this issue Feb 26, 2021 · 3 comments
Open

there is no release 1.11 nor 1.11.24 #7263

f1-outsourcing opened this issue Feb 26, 2021 · 3 comments

Comments

@f1-outsourcing
Copy link

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?

@meichstedt
Copy link
Contributor

@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.

@f1-outsourcing
Copy link
Author

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"
            },

@meichstedt
Copy link
Contributor

@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 ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants