Skip to content

Fix timezone relative symlink#186

Merged
pjbgf merged 1 commit into
mainfrom
local-time
Jun 8, 2026
Merged

Fix timezone relative symlink#186
pjbgf merged 1 commit into
mainfrom
local-time

Conversation

@pjbgf

@pjbgf pjbgf commented Jun 8, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 8, 2026 01:58

Copilot AI left a comment

Copy link
Copy Markdown

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 aims to ensure /etc/localtime symlink targets are mounted correctly into Docker/Podman containers by converting relative symlink targets into absolute paths before adding the extra bind mount.

Changes:

  • Add logic in the Podman runner to convert relative /etc/localtime symlink targets to absolute paths prior to mounting.
  • Add the same relative-target handling in the Docker runner.

Reviewed changes

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

File Description
internal/runners/podman/run.go Adjusts /etc/localtime symlink target handling before adding an additional bind mount.
internal/runners/docker/run.go Mirrors the /etc/localtime symlink target handling adjustment for Docker.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread internal/runners/podman/run.go
Comment thread internal/runners/docker/run.go
Copilot AI review requested due to automatic review settings June 8, 2026 21:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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

Comment thread internal/runners/docker/run.go
Comment thread internal/runners/podman/run.go
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
@pjbgf pjbgf merged commit 35fa653 into main Jun 8, 2026
5 checks passed
@pjbgf pjbgf deleted the local-time branch June 8, 2026 21:43
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