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

Add more sanity checks for docker image #1877

Merged
merged 3 commits into from
Nov 9, 2023
Merged

Conversation

jyf111
Copy link
Contributor

@jyf111 jyf111 commented Nov 5, 2023

This PR should fix #1793.

git-hulk
git-hulk previously approved these changes Nov 6, 2023
@@ -310,7 +310,18 @@ jobs:
tags: kvrocks:ci
outputs: type=docker
- name: Test built image
run: docker run --rm kvrocks:ci -v
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need this one since it is not covered in the new checks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When starting kvrocks, the version is output but cannot be seen due to detach.
I have restored this version check to output the version to github action log.

Copy link

sonarcloud bot commented Nov 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@git-hulk git-hulk merged commit 7c045b2 into apache:unstable Nov 9, 2023
30 checks passed
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.

Add the sanity check for docker image
3 participants