Closed liudonghua123 closed 1 year ago
I can't seem to reproduce this one. Can you verify if the docker image on your work station is up to date?
docker pull kong/kong-gateway:3.2.1.0
3.2.1.0: Pulling from kong/kong-gateway
Digest: sha256:4b189402fd3ba27a15eaac475d1b362f06da40a423ff26cc8b76933cb974cd40
Status: Image is up to date for kong/kong-gateway:3.2.1.0
docker.io/kong/kong-gateway:3.2.1.0
I verified the docker images. it's the latest 3.2.1.0 indeed.
[root@localhost ~]# docker images|grep kong
kong/kong-gateway 3.2.1.0 864cfac0b156 10 days ago 383MB
[root@localhost ~]# docker pull kong/kong-gateway:3.2.1.0
3.2.1.0: Pulling from kong/kong-gateway
Digest: sha256:4b189402fd3ba27a15eaac475d1b362f06da40a423ff26cc8b76933cb974cd40
Status: Image is up to date for kong/kong-gateway:3.2.1.0
docker.io/kong/kong-gateway:3.2.1.0
[root@localhost ~]#
I can't reproduce this also.
docker images|grep kong
kong/kong-gateway 3.2.1.0 864cfac0b156 10 days ago 383MB
I also posted the same issue on https://github.com/Kong/docker-kong/issues/633 and @gszr had some clues about this problems.
Since the issue is tracked at a different repo I'm closing the ticket. Please feel free to reopen it if you have any further concerns.
Is there an existing issue for this?
Kong version (
$ kong version
)3.2.1
Current Behavior
I tried to run kong followed the docs on https://docs.konghq.com/gateway/latest/install/docker/.
And when I execute the following command, it failed with the following errors.
Expected Behavior
No errors when try to prepare the Kong database.
Steps To Reproduce
Anything else?
No response