We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f445e commit 4eae5b4Copy full SHA for 4eae5b4
docs/tutorial/kubernetes-ingress.md
@@ -336,10 +336,10 @@ Now try your registry:
336
337
```bash
338
docker login $DOMAIN
339
-docker pull alpine:3.16
340
-docker tag alpine:3.16 $DOMAIN/alpine:3.16
+docker pull alpine:3.22.1
+docker tag alpine:3.22.1 $DOMAIN/alpine:3.22.1
341
342
-docker push $DOMAIN/alpine:3.16
+docker push $DOMAIN/alpine:3.22.1
343
```
344
345
You can even combine the new private registry with OpenFaaS if you like, [checkout the docs for more](https://docs.openfaas.com/).
0 commit comments