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
When building docker image, using the dockerfile of wazuh-chef pipeline, it's taking a lot of time on each image build as we need to install the required Ruby gems, then they are installed on each build.
This non-efficient way of working would be avoided by following a different approach, we describe as follows:
Download the target image ruby only once.
Install the Gems only once.
Run as ENTRYPOINT the execution-dependent tasks.
NOTE: This description may be updated in the future if needed.
Kr,
Rshad
The text was updated successfully, but these errors were encountered:
Hi all!
Problem Description
When building docker image, using the dockerfile of
wazuh-chef
pipeline, it's taking a lot of time on each image build as we need to install the required Ruby gems, then they are installed on each build.This non-efficient way of working would be avoided by following a different approach, we describe as follows:
ruby
only once.NOTE
: This description may be updated in the future if needed.Kr,
Rshad
The text was updated successfully, but these errors were encountered: