Anil Keshav
8dc2a1bfb4
feat: Add imagePushToRegistry step (#4609)
* imagePushToRegistry new step
* adding copy and push functionality
* including only copy correctly
* groovy step for imagePushToRegistry
* create .docker folder
* imagePushToRegistry new step
* adding copy and push functionality
* including only copy correctly
* groovy step for imagePushToRegistry
* create .docker folder
* fix CopyImage
* test
* test
* Correct docker config path
* Update
* Update
* Update
* Update
* Update
* Use creds from Vault
* Use creds from Vault
* Use creds from Vault
* Use creds from Vault
* Test
* Comment some logic
* Test: move regexp logic
* Test
* Update
* Update
* Clean up
* Update
* Update
* Update interface
* Rename function
* imagePushToRegistry: small refactoring (#4688)
* imagePushToRegistry new step
* adding copy and push functionality
* including only copy correctly
* groovy step for imagePushToRegistry
* create .docker folder
* Correct docker config path
* Update
* Update
* Update
* Update
* Update
* Use creds from Vault
* Use creds from Vault
* Use creds from Vault
* Use creds from Vault
* Test
* Comment some logic
* Test: move regexp logic
* Test
* Update
* Update
* Clean up
* Update
* Update
---------
Co-authored-by: Keshav <anil.keshav@sap.com>
Co-authored-by: Muhammadali Nazarov <muhammadalinazarov@gmail.com>
* Update step yaml file
* Update interface
* Rename func
* Update tests
* Update interface, create mock methods, update tests
* Update mock
* Add md file
* Fix groovy doc, unit test, go unit test
* Update
* Add unit tests
* Support tagLatest param
* Fetch source creds from Vault
* Update yaml file
* Support multiple images
* Update test
* Support copy images in parallel
* Update yaml
* Clean up
* Return err if no creds provided
* Fix tests
* Add err msg
* Add debug log
* Do not use CPE for targetImages
* Support platform
* Delete Jenkins specific creds
* Update groovy: do not handle Jenkins creds
* Delete unused code
* Fix: Support platform
* Fix: Support platform
* Apply suggestion from code review
Co-authored-by: Egor Balakin <14162703+m1ron0xFF@users.noreply.github.com>
* Apply suggestion from code review
Co-authored-by: Egor Balakin <14162703+m1ron0xFF@users.noreply.github.com>
* Add tests for parseDockerImageName
* Add comment that tagArtifactVersion is not supported yet
* Set limit of running goroutines
* Fix: Set limit of running goroutines
* The tagArtifactVersion is not supported yet
---------
Co-authored-by: Muhammadali Nazarov <muhammadalinazarov@gmail.com>
Co-authored-by: Egor Balakin <egor.balakin@sap.com>
Co-authored-by: Vyacheslav Starostin <vyacheslav.starostin@sap.com>
Co-authored-by: Vyacheslav Starostin <32613074+vstarostin@users.noreply.github.com>
Co-authored-by: Egor Balakin <14162703+m1ron0xFF@users.noreply.github.com>
2023-11-30 15:06:31 +06:00
..
2021-06-17 21:28:15 +02:00
2021-11-23 08:50:46 +01:00
2021-06-17 21:28:15 +02:00
2022-04-13 09:03:22 +02:00
2021-06-17 21:28:15 +02:00
2021-12-09 12:54:18 +01:00
2022-07-19 16:04:15 +02:00
2023-01-12 17:17:50 +01:00
2023-01-12 17:17:50 +01:00
2023-01-12 17:17:50 +01:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2023-01-12 08:39:14 +00:00
2022-06-21 15:45:07 +02:00
2021-11-15 13:48:14 +01:00
2022-03-07 11:03:44 +01:00
2022-03-09 13:07:23 +01:00
2022-07-07 15:48:59 +03:00
2022-05-16 11:52:04 +02:00
2021-11-02 10:30:08 +01:00
2022-06-21 13:08:00 +02:00
2021-12-28 09:31:50 +01:00
2023-10-16 17:56:59 +06:00
2023-04-18 08:56:32 +02:00
2022-05-18 10:37:54 +02:00
2022-06-15 09:41:02 +02:00
2022-09-26 18:40:55 +06:00
2022-12-12 20:01:21 +05:30
2023-09-05 21:49:27 +02:00
2023-03-08 09:44:00 +01:00
2023-02-08 14:51:52 +00:00
2022-05-17 08:53:19 +02:00
2022-05-17 08:53:19 +02:00
2022-05-17 08:53:19 +02:00
2022-11-15 14:44:52 +01:00
2023-11-23 13:37:19 +01:00
2023-10-18 16:50:15 +05:30
2023-03-21 08:06:22 +01:00
2022-05-13 18:56:41 +02:00
2023-04-04 16:57:15 +02:00
2023-11-20 11:11:54 +01:00
2023-08-31 17:18:18 +05:30
2022-09-26 18:40:55 +06:00
2023-03-29 12:31:27 +02:00
2023-03-29 12:31:27 +02:00
2023-03-29 12:31:27 +02:00
2023-03-29 12:31:27 +02:00
2023-03-29 12:31:27 +02:00
2023-02-14 11:38:46 +01:00
2021-11-15 14:20:20 +01:00
2021-11-15 14:20:20 +01:00
2022-12-15 18:20:01 +03:00
2021-11-15 14:20:20 +01:00
2022-11-02 13:41:15 +00:00
2021-11-15 14:20:20 +01:00
2023-09-28 11:31:51 +02:00
2023-10-06 16:22:26 +02:00
2023-04-27 09:09:52 +02:00
2021-12-14 13:42:06 +01:00
2023-09-29 13:59:56 +02:00
2023-11-30 15:06:31 +06:00
2021-11-15 14:20:20 +01:00
2022-11-29 09:52:23 +01:00
2021-07-01 10:07:57 +02:00
2021-08-04 16:42:25 +02:00
2022-11-29 09:52:23 +01:00
2021-08-12 09:11:02 +02:00
2022-12-20 12:15:36 +01:00
2023-03-27 14:34:59 +00:00
2021-08-02 16:27:16 +02:00
2021-07-01 10:07:57 +02:00
2021-07-29 14:29:47 +02:00
2022-04-05 12:33:19 +02:00
2020-06-18 14:50:46 +02:00
2023-09-28 14:14:35 +02:00
2022-09-26 18:40:55 +06:00
2023-09-07 11:36:59 +02:00
2022-03-23 10:02:00 +01:00
2023-11-08 00:25:16 +01:00
2020-11-05 10:58:32 +01:00
2022-01-20 08:18:57 +01:00
2021-11-15 14:20:20 +01:00
2023-11-07 09:16:10 +01:00
2023-01-11 11:59:09 +01:00
2021-11-15 14:04:16 +01:00
2023-06-19 12:04:37 +02:00
2023-11-10 11:04:00 +01:00
2021-05-19 07:57:44 +02:00
2023-06-14 09:11:33 +02:00
2022-04-26 14:15:24 +02:00
2022-09-26 18:40:55 +06:00
2023-05-17 09:24:27 +02:00
2021-12-15 20:12:57 +01:00
2023-11-27 14:28:18 +01:00
2023-11-27 14:28:18 +01:00
2021-06-10 10:16:22 +02:00
2021-07-08 11:07:08 +02:00
2022-08-16 11:33:04 +02:00
2021-07-08 11:07:08 +02:00
2022-04-05 12:33:19 +02:00
2022-09-26 18:40:55 +06:00
2023-04-17 08:35:13 +02:00
2023-10-06 16:22:26 +02:00
2020-11-05 10:58:32 +01:00