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

Adding client oneshot Dockerfile #156

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Conversation

phutelmyer
Copy link
Contributor

Describe the change
Strelka oneshot required a go build and did not support Docker (unlike fileshot). Implemented a Dockerfile.

Describe testing procedures

  1. Cloned the repository

    git clone https://github.com/target/strelka.git /opt/strelka/
  2. Built the container

    cd /opt/strelka/
    docker build -f build/go/oneshot/Dockerfile -t strelka-oneshot .

Sample output
N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of and tested my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@phutelmyer phutelmyer merged commit ddc43af into master Feb 26, 2021
@phutelmyer phutelmyer deleted the client-oneshot-dockerfile branch May 14, 2021 13:26
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.

1 participant