Rebuilding images.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 2effade15d
commit 08898cdd17
+13 -13
View File
@@ -20,19 +20,19 @@ PRUNE_INTERVAL=1 # this variable controls the interval to run archivePruner. The
dump_system_info
#build_and_push_fission_bundle $IMAGE:$TAG
#
#build_and_push_fetcher $FETCHER_IMAGE:$TAG
#
#build_and_push_builder $BUILDER_IMAGE:$TAG
#
#ENV='python'
#
#build_and_push_env_runtime $ENV $REPO/$ENV-env:$TAG
#
#build_and_push_env_builder $ENV $REPO/$ENV-env-builder:$TAG $BUILDER_IMAGE:$TAG
#
#build_and_push_fluentd $FLUENTD_IMAGE:$TAG
build_and_push_fission_bundle $IMAGE:$TAG
build_and_push_fetcher $FETCHER_IMAGE:$TAG
build_and_push_builder $BUILDER_IMAGE:$TAG
ENV='python'
build_and_push_env_runtime $ENV $REPO/$ENV-env:$TAG
build_and_push_env_builder $ENV $REPO/$ENV-env-builder:$TAG $BUILDER_IMAGE:$TAG
build_and_push_fluentd $FLUENTD_IMAGE:$TAG
build_fission_cli