Nikola Jokic
8415f13bab
removed throw and else on container action handler ( #1873 )
...
* removed throw and else on container action handler
* repaired merge resolution error
2023-06-16 21:53:52 -04:00
JoannaaKL
efffbaeabc
Add utf8 with bom ( #2641 )
...
* Change default file encoding
2023-06-02 21:47:59 +02:00
Cory Miller
b87b4aac5c
Fix IDE0090 ( #2211 )
2022-10-18 10:54:08 -04:00
Thomas Boop
ed191b78ae
Port hotfix to main branch ( #2108 )
...
* fix issue with env's overwriting environment
* add release notes
* handle value escaping
* compile regex for runtime perf improvements
2022-09-09 14:32:07 -04:00
Nikola Jokic
95459dea5f
docker: escape key-value pair as -e KEY and VALUE being environment var ( #2091 )
...
* docker: escape key-value pair as -e KEY and VALUE being environment var
* removed code duplication, removed unused method and test
2022-08-31 13:39:58 -04:00
Nikola Jokic
01fd04464d
Escaping key and quoting it to avoid key based command injection ( #2062 )
...
* escaping key and quoting it to avoid key based command injection
* extracted creation of flags to DockerUtil, with testing included
2022-08-23 10:42:29 -04:00
Thomas Boop
5cca207314
Port the 291.1 hotfix to main ( #1905 )
...
* Revert "Added ability to run Dockerfile.SUFFIX ContainerAction (#1738 )"
20b7e86e47
* port release notes
2022-05-22 16:24:18 -04:00
Nikola Jokic
20b7e86e47
Added ability to run Dockerfile.SUFFIX ContainerAction ( #1738 )
...
* Added ability to run Dockerfile.SUFFIX ContainerAction
* Extracted IsDockerFile method
* reformatted, moved from index to Last()
* extracted IsDockerfile to DockerUtil with L0
* added check for IsDockerfile to account for docker://
* updated test to clearly show path/dockerfile:tag
* fail if Data.Image is not Dockerfile or docker://[image]
2022-04-27 21:23:12 -04:00
David Kale
4e85b8f3b7
Allow registry credentials for job/service containers ( #694 )
...
* Log in with container credentials if given
* Stub in registry aware auth for later
* Fix hang if password is empty
* Remove default param to fix build
* PR Feedback. Add some tests and fix parse
2020-09-11 12:28:58 -04:00
Tingluo Huang
c8afc84840
GitHub Actions Runner
2019-10-10 00:52:42 -04:00