-
-
Notifications
You must be signed in to change notification settings - Fork 349
feat!: allow to set all docker options for the Executor #511
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
Merged
kayman-mk
merged 51 commits into
cattle-ops:refactor-variables
from
Hapag-Lloyd:kayma/network-mode
Apr 20, 2023
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
3c906db
add new map as bundle for variables
kayman-mk f160e93
choose one of the options
kayman-mk b8bfc18
add remark to fix runners_additional_volumes
kayman-mk 64f5ec9
add default for volumes
kayman-mk fb00812
fix settings
kayman-mk fac5b9a
switch to block statement. Looks better.
kayman-mk f299226
remove var.runners_docker_enable_options
kayman-mk 4c82587
move docker options to separate template file
kayman-mk 3ee93b8
add more parameters
kayman-mk 64b31be
add all other parameters
kayman-mk 5b5a406
test optional block variables
kayman-mk 40eb897
make all variables optional
kayman-mk 7e7f1ad
revert example
kayman-mk e963d54
test combined template
kayman-mk 137ebe9
one template for docker options only
kayman-mk ed98e31
use the template directly
kayman-mk 11c2563
fixes for tests
kayman-mk 8e0b27a
fix `config.toml`
kayman-mk fb27507
NETWORK-MODE
kayman-mk 0d0a83e
NETWORK-MODE
kayman-mk d12016e
bump Terraform to >= 1.3
kayman-mk cd6444c
make default value for `pull_policy` a string
kayman-mk 9c91841
merge main
kayman-mk 4cca90c
set default values via Terraform variable only
kayman-mk c1fdb2a
merge main
kayman-mk 293fa10
remove deprecated variables
kayman-mk e6a6e35
fix variable names
kayman-mk 235e81f
fix!: remove deprecated pull policy variable (#710)
tmeijn 1359fd4
merge HEAD
kayman-mk 0e90a25
fix examples
kayman-mk 8b178a7
format code
kayman-mk ff67c6c
add script to do the breaking changes
kayman-mk a511dd6
remove unwanted \n characters
kayman-mk 5a150de
remove new lines
kayman-mk 86bea27
add missing options
kayman-mk 1bbbea3
fix!: remove deprecated pull policy variable (#710)
tmeijn 1958082
NETWORK-MODE
kayman-mk c60ce4d
remove `pipefail`
kayman-mk b2da7eb
use for loop in template
kayman-mk 96ca6be
fix syntax error
kayman-mk 6602488
fix template
kayman-mk 017cb7f
format code
kayman-mk 3cde0f1
fix!: remove deprecated pull policy variable (#710)
tmeijn 704785e
merge upstream/refactor-variables
kayman-mk 0078748
do not use Terraform < 1.3. No longer supported
kayman-mk 19de0a8
add additional volumes again
kayman-mk 9dd1a97
add dind volumes
kayman-mk 48760d2
NETWORK-MODE
kayman-mk 9aaa0dd
NETWORK-MODE
kayman-mk be336e6
format code
kayman-mk 753b58f
Merge branch 'refactor-variables' into kayma/network-mode
kayman-mk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[runners.docker] | ||
%{ for key, value in options ~} | ||
${key} = ${jsonencode(value)} | ||
%{ endfor ~} |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.