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: updates Dockerfile to comply with GitHub actions guidelines #10

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

jpower432
Copy link
Member

@jpower432 jpower432 commented Jun 27, 2023

Description

Update Dockerfile to comply with GitHub Actions guidelines

Type of change

Tested locally with podman

podman build -f Dockerfile -t localhost:5000/trestlebot:latest
podman run -e "BRANCH=test" -v <path_to_git_repo>:/data -w /data localhost:5000/trestlebot:latest

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own 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
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@jpower432 jpower432 requested a review from afflom June 27, 2023 23:10
@afflom afflom merged commit 48fb4db into RedHatProductSecurity:main Jun 28, 2023
6 checks passed
@jpower432 jpower432 deleted the chore/dockerfile-update branch August 3, 2023 19:27
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.

2 participants