Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge: remove refs to generic-queue in Dockerfile #1065

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

svix-onelson
Copy link
Contributor

We normally try to compile all transitive deps in their own layer when building a Docker image.

When we removed generic-queue, we neglected to also cleanup references to it in the Dockerfile to support this transitive dep layer.

This diff removes those now-orphaned references.

Motivation

Solution

We normally try to compile all transitive deps in their own layer when
building a Docker image.

When we removed `generic-queue`, we neglected to also cleanup references
to it in the Dockerfile to support this transitive dep layer.

This diff removes those now-orphaned references.
@svix-onelson svix-onelson requested a review from a team August 30, 2023 17:41
@svix-onelson svix-onelson self-assigned this Aug 30, 2023
@svix-onelson svix-onelson merged commit 9ef9b60 into main Aug 30, 2023
3 checks passed
@svix-onelson svix-onelson deleted the onelson/fixup-bridge-dockerfile branch August 30, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants