This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da-ar
force-pushed
the
gh-35/main/docker-backend
branch
12 times, most recently
from
December 9, 2021 10:38
be09f1b
to
1ca4888
Compare
sanfrancrisko
approved these changes
Dec 9, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work @da-ar ! 🥇
da-ar
force-pushed
the
gh-35/main/docker-backend
branch
from
December 9, 2021 12:53
1ca4888
to
e10c8a0
Compare
michaeltlombardi
suggested changes
Dec 9, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this rules, unbelievably happy to see this come so far so fast; a few questions and suggestions but otherwise 🎉
da-ar
force-pushed
the
gh-35/main/docker-backend
branch
from
December 9, 2021 13:26
2792930
to
20b0cd4
Compare
This commit provides the basic flow when the image already exists.
This commit allows an image to be created when it doesn't exist on the system
da-ar
force-pushed
the
gh-35/main/docker-backend
branch
from
December 9, 2021 13:53
20b0cd4
to
2b8d763
Compare
michaeltlombardi
approved these changes
Dec 9, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥁 🦖 💥
``` gem: compatibility: - 2.5: - "puppetlabs_spec_helper": "2.15.0" - 2.4: - "puppetlabs_spec_helper": "2.15.0" ```
This flag allows arguments to be passed to the tool. We are unable to rely on cobra to pass unknown args and flags.
Declare within the interface the used Client function
da-ar
force-pushed
the
gh-35/main/docker-backend
branch
from
December 9, 2021 15:20
2b8d763
to
7fa4180
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables the PRM functionality that allows a GEM tool to be executed using the Docker backend.
When run will look in the current working directory for a validate.yml. It wil then execute against all these tools.
This needs removed from the
prm exec
exec and only used inprm validate
. However it demonstrates the functionaliy.This command will look in the tools directory for a config that matches
puppetlabs/rubocop
.If found it will:
codedir
.