File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -382,8 +382,12 @@ sync_image_version() {
382
382
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/aws-observability || echo " 0"
383
383
sync_public_and_repo ${region} ${account_id} ${endpoint} " ${arch} -${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} "
384
384
385
+ sync_public_and_repo ${region} ${account_id} ${endpoint} " ${arch} -debug-${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} "
386
+
385
387
sync_public_and_repo ${region} ${account_id} ${endpoint} " ${init} -${arch} -${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} "
386
388
389
+ sync_public_and_repo ${region} ${account_id} ${endpoint} " ${init} -${arch} -debug-${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} "
390
+
387
391
sync_public_and_repo ${region} ${account_id} ${endpoint} " ${arch} -${AWS_FOR_FLUENT_BIT_STABLE_VERSION} "
388
392
done
389
393
You can’t perform that action at this time.
0 commit comments