Skip to content

Conversation

akoken
Copy link
Contributor

@akoken akoken commented Oct 6, 2025

Resolves #1387

@Copilot Copilot AI review requested due to automatic review settings October 6, 2025 18:53
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds KeraLua dependency support by installing and configuring Lua 5.4 libraries across all Docker environments to resolve issue #1387.

  • Installs liblua5.4 packages and creates symbolic links to liblua54.so in the .NET runtime directory
  • Adds dpkg-dev dependency for architecture detection in Debian-based images
  • Implements multi-stage builds for chiseled and CBL Mariner images to handle package installation constraints

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Dockerfile Adds Lua 5.4 installation and symlink creation to the main Debian-based image
Dockerfile.ubuntu Adds Lua 5.4 installation and symlink creation for Ubuntu-specific image
Dockerfile.alpine Adds Lua 5.4 installation and symlink creation for Alpine-based image
Dockerfile.chiseled Implements multi-stage build with separate Lua builder stage for chiseled runtime
Dockerfile.cbl-mariner Implements multi-stage build with separate Lua builder stage for CBL Mariner runtime

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

akoken and others added 2 commits October 7, 2025 09:12
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.

1 participant