-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add PAR script action #31188
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
Draft
OliviaShoup
wants to merge
20
commits into
master
Choose a base branch
from
olivia.shoup/docs-11282
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
add PAR script action #31188
Conversation
This file contains hidden or 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
ℹ️ Documentation Team ReviewNo documentation team review is required for this pull request. |
Preview links (active after the
|
Comment on lines
+43
to
+57
### 1. Update your runner image | ||
|
||
Replace the standard PAR image with the development image that supports script actions. The development images are published on [Docker Hub][2]. | ||
|
||
**Standard image:** | ||
``` | ||
gcr.io/datadoghq/private-action-runner:v1.3.0 | ||
``` | ||
|
||
**Script-enabled image:** | ||
``` | ||
datadog/private-action-runner-dev:latest@sha256:4e990e496b79d02514c19a633042d27be1ba8e7a4b9018efd0e942ed1a070ad8 | ||
``` | ||
|
||
You can either reuse an existing runner's identity by changing the image, or create a brand new runner. |
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.
These are specific to the preview phase PAR Version**: 1.7.0 or later
should be sufficient
Co-authored-by: Gabriel Plassard <[email protected]>
…ation into olivia.shoup/docs-11282
Co-authored-by: Gabriel Plassard <[email protected]>
…ation into olivia.shoup/docs-11282
Co-authored-by: Gabriel Plassard <[email protected]>
…ation into olivia.shoup/docs-11282
Co-authored-by: Gabriel Plassard <[email protected]>
Co-authored-by: Gabriel Plassard <[email protected]>
Co-authored-by: Gabriel Plassard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Architecture
Everything related to the Doc backend
under_review
Sent to someone outside of the docs team for review.
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.
What does this PR do? What is the motivation?
This PR adds a new page for the Private Action Runner (PAR) script action.
Merge instructions
Merge readiness: