Menachem Hornbacher

Results 6 issues of Menachem Hornbacher

Multi-arch buildx builds currently do not work on the sysbox runtime due to lack of support for this feature. As per [this slack message](https://nestybox-support.slack.com/archives/CS7V68QMP/p1648165035391709) it is actively being worked on...

a blank `env` key gets appended to the `group` keys, causing the YAML to be invalid Here is our output generated by the plugin: ![Screen Shot 2022-09-22 at 3 59...

Issue #130

这个问题处理了NodeJS中的下列弃用警告,通过使用URL类而不是全局解析方法来处理。两者都有pathname属性,这是这里所需的。(This handles the following deprecation in NodeJS by using the URL class rather than the global `parse` method which both have the `pathname` attribute which is what is required here.)...

`url.parse` 已被弃用,这会触发许多用户在构建时发出警告,这只是噪音。鉴于我们需要的只是 `pathname` 属性,很容易用 `new URL` 替换 (`url.parse` is deprecated, this triggers a warning for many users on builds that is just noise. Given that all we need is the...

## Summary Basic support for AWS profiles as per #17 ## Example ``` steps: - commands: 'echo \$SECRET_FROM_OTHER_REGION' plugins: - seek-oss/aws-sm#v2.3.1: profile: profile-name env: SECRET_FROM_OTHER_PROFILE: my-secret-id ``` ## Limitations This...