You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no functionality in werf to save images as OCI artifacts during the build stage.
Some artifacts are required to be saved in the container registry for further distribution, e.g., to build and distribute binaries.
Solution (if you have one)
Introduce the capability to save images as OCI artifacts during the build process in werf. This feature would allow users to produce OCI-compliant artifacts directly from their builds, enhancing interoperability and compatibility with other container tools and platforms.
The example of the possible werf.yaml to show the idea.
As a result, the /my-app binary from the my-app artifact will be uploaded to the container registry.
Additional information
By enabling the option to save images as OCI artifacts, werf users can benefit from improved portability and standardized image distribution. OCI artifacts offer advantages such as reduced complexity, increased security, and better support for multi-platform environments. This enhancement aligns with industry best practices and enhances the overall usability and versatility of the werf tool.
For more information about OCI (Open Container Initiative) standards, please refer to the official OCI website: Open Container Initiative.
The text was updated successfully, but these errors were encountered:
Before proceeding
Problem
Currently, there is no functionality in werf to save images as OCI artifacts during the build stage.
Some artifacts are required to be saved in the container registry for further distribution, e.g., to build and distribute binaries.
Solution (if you have one)
Introduce the capability to save images as OCI artifacts during the build process in werf. This feature would allow users to produce OCI-compliant artifacts directly from their builds, enhancing interoperability and compatibility with other container tools and platforms.
The example of the possible werf.yaml to show the idea.
As a result, the
/my-app
binary from themy-app
artifact will be uploaded to the container registry.Additional information
By enabling the option to save images as OCI artifacts, werf users can benefit from improved portability and standardized image distribution. OCI artifacts offer advantages such as reduced complexity, increased security, and better support for multi-platform environments. This enhancement aligns with industry best practices and enhances the overall usability and versatility of the werf tool.
For more information about OCI (Open Container Initiative) standards, please refer to the official OCI website: Open Container Initiative.
The text was updated successfully, but these errors were encountered: