SumoLogic / sumologic-openshift-images

Apache License 2.0
0 stars 3 forks source link

feat: remove check, push and certify in favor of action parameter #77

Closed sumo-drosiek closed 5 months ago

sumo-drosiek commented 5 months ago

Rely on action parameter:

ACTION              action to perform. Default is 'build', can be 'build', 'push', 'check' or 'certify'
                    - 'build' - build image with '-dev' suffix
                    - 'push' - build and push image with '-dev' suffix 
                    - 'check' - build and push image with '-dev' suffix and then perform preflight check
                    - 'certify' - build and push image without any suffix, perform preflight check and perform certification process