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
# The name and tag of the "stack image you will build. This will used to create your inner loop development containers, and also as the base image for the first stage of your outer loop image build.
# 2d) Install the required features based on the defined configuration. This enables Liberty features and image size to be fit-for-purpose using featureUtility.
44
-
RUN features.sh
45
-
46
-
# 2e) Add the microprofile health feature configuration if it is not already defined in the user's configuration.
43
+
# 2d) Add the microprofile health feature configuration if it is not already defined in the user's configuration.
44
+
# This allows k8s to use the deployment's health probes.
47
45
RUN mkdir -p /tmp/stack/config/configDropins/defaults
0 commit comments