Skip to content
Discussion options

You must be logged in to vote

You are not imagining it. The release images and the tagged APISIX source use different copies of the entrypoint script.

PR #12546 changed apache/apisix/docker/debian-dev/docker-entrypoint.sh. The Docker Hub release images are built from the separate apache/apisix-docker repository. Its Makefile copies utils/docker-entrypoint.sh into the Debian or Ubuntu build context, and that copy still removes worker_events.sock but not stream_worker_events.sock.

That means adding the fix to an APISIX source tag did not automatically add it to apache/apisix:* release images. This is packaging drift, not a stale local Docker cache. The same change needs to be ported to apache/apisix-docker/utils/docker-…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@jackrabbit128
Comment options

Answer selected by juzhiyuan
Comment options

You must be logged in to vote
2 replies
@lMysticl
Comment options

@jackrabbit128
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants