yin1999 commented on code in PR #317:
URL: https://github.com/apache/dubbo-kubernetes/pull/317#discussion_r1721559546


##########
app/dubboctl/internal/builders/pack/build.go:
##########
@@ -67,7 +71,17 @@ var (
                "ghcr.io/knative/",
        }
 
-       defaultBuildpacks = map[string][]string{}
+       defaultBuildpacks = map[string][]string{
+               "go":   {"paketo-buildpacks/go"},
+               "java": {"paketo-buildpacks/java"},
+       }
+
+       // work around for resolving the images with latest tag could not be 
mirrored
+       latestImageTagMapping = map[string]string{
+               "paketobuildpacks/builder-jammy-tiny": "0.0.271",
+               "paketobuildpacks/run-jammy-tiny":     "0.2.46",
+               "buildpacksio/lifecycle":              "0.17.7",

Review Comment:
   https://docker.aityp.com/ does not support `latest` tag, using tag mapping 
to resolve it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to