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

KUDO package create isn't reproducible #1066

Closed
nfnt opened this issue Nov 18, 2019 · 0 comments · Fixed by #1067
Closed

KUDO package create isn't reproducible #1066

nfnt opened this issue Nov 18, 2019 · 0 comments · Fixed by #1067
Labels

Comments

@nfnt
Copy link
Member

nfnt commented Nov 18, 2019

What happened:
When creating a package with kubectl kudo create $package the package's digest will differ in different environments while the input is the same.

What you expected to happen:
Package digest should stay the same in different environments for the same package definition.

How to reproduce it (as minimally and precisely as possible):

$ git clone https://github.com/kudobuilder/operators.git operators
$ cd operators
$ kubectl kudo package create repository/first-operator/operator
$ shasum first-operator-0.1.0.tgz
f461370ce5a9f8cac2a50029c8739c4bdb09681a  first-operator-0.1.0.tgz

$ git clone https://github.com/kudobuilder/operators.git operators2
$ cd operators2
$ kubectl kudo package create repository/first-operator/operator
$ shasum first-operator-0.1.0.tgz
15dde373f3209d91302ef0a054e2e6222a64f192  first-operator-0.1.0.tgz

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Kudo version (use kubectl kudo version):
  • Operator:
  • operatorVersion:
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant