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
..
2020-09-17 11:01:19 +02:00
2020-09-17 15:56:14 +02:00
2020-09-18 11:18:51 +02:00
2020-09-18 10:24:46 +02:00
2020-09-18 14:07:42 +02:00
2020-09-18 16:40:49 +02:00
2020-09-18 17:27:04 +02:00
2021-02-10 11:33:10 +01:00
2020-08-27 07:54:03 +02:00
2021-12-06 14:43:37 +01:00
2020-08-06 09:59:55 +02:00
2020-08-26 09:52:50 +02:00
2020-11-11 17:08:24 +01:00
2022-05-23 16:28:46 +02:00
2022-10-12 10:20:13 +02:00
2022-05-03 12:52:44 +02:00
2021-11-11 15:10:14 +01:00
2022-11-29 09:52:23 +01:00
2022-05-03 12:52:44 +02:00
2022-11-29 09:52:23 +01:00
2022-01-05 13:09:08 +01:00
2022-11-29 09:52:23 +01:00
2022-11-29 09:52:23 +01:00
2022-11-29 09:52:23 +01:00
2022-11-29 09:52:23 +01:00
2022-11-29 09:52:23 +01:00
2020-05-14 19:17:47 +02:00
2022-02-17 17:33:12 +01:00
2020-05-13 14:51:48 +02:00
2021-09-20 11:14:13 +02: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
2021-11-15 14:20:20 +01:00
2020-08-26 15:32:58 +02:00
2022-05-18 10:37:54 +02:00
2022-06-15 09:41:02 +02:00
2021-04-29 16:50:23 +02:00
2023-09-07 11:14:04 +02:00
2019-04-15 14:18:08 +02:00
2020-08-26 15:32:58 +02:00
2021-10-04 14:35:38 +02:00
2020-11-11 14:47:55 +01:00
2022-12-01 13:40:13 +05:30
2023-05-05 14:05:58 +02:00
2021-07-12 10:02:09 +02:00
2020-08-19 10:17:27 +02:00
2020-05-13 14:51:48 +02:00
2020-09-24 11:30:25 +02:00
2020-05-05 15:21:59 +02:00
2020-09-24 11:30:25 +02:00
2021-11-15 12:59:49 +01:00
2021-12-08 17:13:20 +01:00
2022-06-24 09:04:24 +02:00
2022-11-03 15:27:47 +01:00
2021-03-25 08:18:30 +01:00
2023-02-23 19:32:41 +06:00
2021-11-15 14:20:20 +01:00
2023-04-04 16:57:15 +02:00
2020-08-26 15:32:58 +02:00
2023-10-06 16:22:26 +02:00
2023-11-08 00:50:07 +01:00
2023-07-31 11:15:39 +02:00
2020-08-26 15:32:58 +02:00
2019-05-16 10:46:13 +02:00
2023-07-07 14:35:14 +02:00
2022-01-21 10:52:17 +01:00
2020-11-03 17:42:02 +01:00
2021-11-15 14:20:20 +01:00
2020-06-18 07:45:22 +02:00
2020-05-05 15:21:59 +02:00
2020-05-18 21:39:35 +02:00
2022-02-22 09:58:22 +01:00
2020-07-14 10:58:57 +02:00
2020-07-23 20:20:07 +02:00
2021-11-15 14:20:20 +01:00
2021-11-15 14:20:20 +01:00
2021-11-15 14:20:20 +01:00
2022-06-20 15:05:28 +02:00
2021-11-15 14:20:20 +01:00
2021-11-15 14:20:20 +01:00
2020-10-20 09:05:17 +02:00
2022-04-26 09:38:49 +02:00
2021-12-22 15:34:36 +01:00
2021-11-15 14:20:20 +01:00
2021-01-11 10:49:33 +01:00
2020-08-26 15:32:58 +02:00
2023-09-29 13:59:56 +02:00
2023-11-30 15:06:31 +06:00
2021-03-10 09:23:36 +01:00
2021-06-28 14:54:03 +02:00
2021-06-28 14:54:03 +02:00
2021-06-28 14:54:03 +02:00
2021-06-28 14:54:03 +02:00
2021-08-12 09:11:02 +02:00
2022-12-20 12:15:36 +01:00
2021-08-04 16:42:25 +02:00
2021-08-02 16:27:16 +02:00
2021-06-28 14:54:03 +02:00
2021-06-28 14:54:03 +02:00
2021-10-04 14:35:38 +02:00
2020-05-18 21:19:30 +02:00
2021-11-15 14:20:20 +01:00
2021-11-15 14:20:20 +01:00
2022-06-29 12:00:37 +02:00
2022-12-12 10:26:16 +01:00
2021-02-04 08:54:00 +01:00
2021-06-01 09:24:36 +02:00
2020-05-27 18:20:10 +02:00
2020-07-30 16:10:20 +02:00
2021-11-15 14:20:20 +01:00
2020-05-27 18:20:10 +02:00
2022-11-29 09:52:23 +01:00
2023-07-07 14:35:14 +02:00
2021-03-17 08:08:33 +01:00
2020-09-16 11:33:03 +02:00
2020-08-26 15:32:58 +02:00
2023-09-12 10:11:28 +02:00
2020-06-22 10:12:28 +02:00
2020-06-19 16:39:07 +02:00
2021-04-15 07:45:06 +02:00
2019-05-16 10:46:13 +02:00
2020-11-26 08:03:22 +01:00
2019-04-12 22:45:31 +02:00
2020-08-26 15:32:58 +02:00
2021-09-13 13:57:04 +02:00
2023-07-07 14:35:14 +02:00
2022-08-31 16:11:51 +03:00
2020-06-22 17:52:11 +02:00
2020-06-18 08:24:47 +02:00
2022-09-16 13:12:29 +02:00
2020-09-03 13:12:27 +02:00
2020-08-28 16:11:35 +02:00
2020-11-10 09:18:14 +01:00
2020-09-08 17:28:29 +02:00
2020-10-07 10:56:25 +02:00
2023-02-24 11:09:42 +01:00
2020-08-28 16:11:35 +02:00
2020-11-23 17:48:53 +01:00
2020-11-13 16:31:45 +01:00
2021-03-29 12:18:19 +02:00
2020-11-11 16:32:23 +01:00
2020-11-12 09:25:44 +01:00
2023-10-27 14:14:19 +02:00
2020-09-28 09:56:57 +02:00
2020-08-26 15:32:58 +02:00
2020-08-27 15:49:09 +02:00
2020-05-12 13:50:18 +02:00
2022-10-10 10:55:21 +02:00
2022-03-29 19:01:44 +02:00
2021-06-16 18:04:37 +02:00
2020-07-13 15:10:12 +02:00
2023-08-28 16:42:07 +02:00
2023-09-12 13:45:05 +03:00
2022-03-31 18:18:20 +02:00
2020-08-26 15:32:58 +02:00
2020-08-26 15:32:58 +02:00
2023-02-22 12:28:17 +01:00
2020-09-24 07:41:06 +02:00
2021-03-29 16:22:23 +02:00
2023-10-11 10:59:15 +02:00
2023-11-27 14:28:18 +01:00
2023-11-27 14:28:18 +01:00
2022-05-02 11:45:46 +02:00
2021-06-07 10:34:36 +02:00
2022-05-02 11:45:46 +02:00
2021-06-07 10:34:36 +02:00
2021-07-08 16:37:39 +02:00
2021-09-29 17:50:45 +02:00
2021-07-06 10:09:41 +02:00
2021-03-22 11:53:37 +01:00
2021-03-17 08:08:33 +01:00
2020-11-17 13:49:31 +01:00
2023-10-06 16:22:26 +02:00
2021-06-18 11:00:59 +02:00
2020-08-26 15:32:58 +02:00
2020-09-16 11:33:03 +02:00