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: added recreating.sh script to replicate the results #73

Merged
merged 2 commits into from
Nov 26, 2021

Conversation

guacamole
Copy link
Member

  • This script will run OpenRegistry and then run OCI-conformance tests against it

Signed-off-by: guacamole gunjanwalecha@gmail.com

- this script will run OpenRegistry and then run OCI-conformance tests against it

Signed-off-by: guacamole <gunjanwalecha@gmail.com>
@guacamole guacamole requested a review from jay-dee7 November 26, 2021 20:40
@guacamole guacamole self-assigned this Nov 26, 2021
pushd OpenRegistry
docker build -f ./Dockerfile -t "${OPENREGISTRY_IMAGE_NAME}" .

IP=$(ifconfig | grep 192 | awk '{print $2}')
Copy link
Member

Choose a reason for hiding this comment

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

@guacamole this command doesn't work well with linux, let's resuse the commented version of this command

Signed-off-by: guacamole <gunjanwalecha@gmail.com>
Copy link
Member

@jay-dee7 jay-dee7 left a comment

Choose a reason for hiding this comment

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

LGTM @guacamole thanks for this one 🥇

@jay-dee7 jay-dee7 merged commit 45166d4 into master Nov 26, 2021
@jay-dee7 jay-dee7 deleted the adding-scripts branch November 26, 2021 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants