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

Chore(Dockerfile): Update Dockerfile to take binaries from test-tool release artefact #380

Merged
merged 1 commit into from
Jun 15, 2021
Merged

Conversation

uditgaurav
Copy link
Member

@uditgaurav uditgaurav commented Jun 15, 2021

Signed-off-by: udit udit@chaosnative.com

What this PR does / why we need it:

  • Update Dockerfile to take binaries from test-tool release artefact

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Checklist:

  • Fixes #
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests
  • E2E run Required for the changes

…release build

Signed-off-by: udit <udit@chaosnative.com>
@uditgaurav uditgaurav changed the title Chore(Dockerfile): Update Dockerfile to take binaries from test-tool release build Chore(Dockerfile): Update Dockerfile to take binaries from test-tool release artefact Jun 15, 2021
@ksatchit ksatchit merged commit b4bcbc0 into litmuschaos:master Jun 15, 2021
ispeakc0de pushed a commit to ispeakc0de/litmus-go that referenced this pull request Jun 15, 2021
…release build (litmuschaos#380)

Signed-off-by: udit <udit@chaosnative.com>
ksatchit pushed a commit that referenced this pull request Jun 15, 2021
* chore(dns): adding spoofmap env in helper pod (#363)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Fix sequence env in kafka broker pod experiment (#369)

* Fix sequence env in kafka broker pod experiment

Signed-off-by: uditgaurav <udit@chaosnative.com>

* add pod affected percentage env

Signed-off-by: uditgaurav <udit@chaosnative.com>

* chore(contribution): Adding contribution guide, bch check, issue & PR templates (#367)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* fix: vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities (#361)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-406981
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-546522

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* fix: vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities (#364)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-406981
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-546522

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* chore(env): : updated the env setter function (#365)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* rm(vendor): removing the vendor directory from litmus-go (#366)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(image): reduce the go-runner image size (#371)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Chore(e2e): Update e2e workflows and add more node level tests (#372)

* Chore(e2e): Update e2e workflows and add more node level tests

Signed-off-by: uditgaurav <udit@chaosnative.com>

* add kind config

Signed-off-by: uditgaurav <udit@chaosnative.com>

* chore(probe): adding probe abort (#370)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(helper): Adding statusCheckTimeouts for the helper status check (#373)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(chaosresult): updating verdict and status in chaosengine and chaosresult (#375)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(sdk): updating sdk (#378)

* chore(sdk): updating sdk

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(pod-delete): Adding target details inside chaosresult (#336)

* chore(pod-delete): Adding target details inside chaosresult

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(pod-delete): Adding target details inside chaosresult for pod-autoscaler

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the experiments which contains helper pod (#342)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the experiments which doesn't contain helper pod (#341)

* chore(experiment): Adding target details inside chaosresult for the experiments which doesn't contain helper pod

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the pumba helper

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Added docker-service-kill experiment implementation in litmus-go. (#379)

* Added docker-svc-kill implementation in litmus-go.

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>

* Chore(Dockerfile): Update Dockerfile to take binaries from test-tool release build (#380)

Signed-off-by: udit <udit@chaosnative.com>

* chore(1.13.x): updating branch to 1.13.x in github actions

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
Co-authored-by: Snyk bot <github+bot@snyk.io>
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
Co-authored-by: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

3 participants