Skip to content

Commit

Permalink
remove unused (and unportable) uid and gid queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Beckmann committed Oct 9, 2024
1 parent 0e124db commit ef55a39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions containerized/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ def build_podman_image(containerfile_path, context_directory, image_name):

def run_podman_container(image_name, mount_directory, additional_args=None, entrypoint=None):
"""Runs a Podman container using subprocess, mounting the directory and passing additional arguments."""

current_uid = os.getuid()
current_gid = os.getgid()

run_command = [
"podman", "run",
Expand Down

0 comments on commit ef55a39

Please sign in to comment.