Skip to content

Commit

Permalink
test: re-enable docker int
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 15, 2024
1 parent 1a08075 commit 98ed4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sudo systemctl restart docker
# for some reason this hangs in CI; need to investigate
# - name: run docker hello-world
# run: |
# ./test/docker-integration.sh
- name: run docker hello-world
run: |
sudo ./test/docker-integration.sh
1 change: 1 addition & 0 deletions container/container_reexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func (c *Container) Reexec() error {
return fmt.Errorf("set additional GIDs: %w", err)
}

// TODO: reimplement uid and gid mappings for execve
// if c.Spec.Linux.UIDMappings != nil {
// cmd.SysProcAttr.UidMappings =
// user.BuildUIDMappings(c.Spec.Linux.UIDMappings)
Expand Down

0 comments on commit 98ed4ba

Please sign in to comment.