From 6c5cf0964186f03d623102e3633d919850718f23 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Fri, 1 May 2020 16:43:40 +0000 Subject: [PATCH] Revert "Specify user for Docker containers" This reverts commit 552abb2a4668184de6652292443b9cfca0ed97ea. Change-Id: Ia7b4951e589365a5ecf3b57836a355763b981368 --- .gitignore | 1 - debian-isogen/Dockerfile | 6 ------ ipa-downloader-image/Dockerfile | 6 ------ 3 files changed, 13 deletions(-) diff --git a/.gitignore b/.gitignore index 70c1cbd..c2f3501 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ *build/ -.idea/ \ No newline at end of file diff --git a/debian-isogen/Dockerfile b/debian-isogen/Dockerfile index 667b919..90a4894 100644 --- a/debian-isogen/Dockerfile +++ b/debian-isogen/Dockerfile @@ -39,9 +39,3 @@ RUN curl -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_amd && chmod +x /bin/yq CMD /bin/bash /builder/build.sh - -RUN useradd airship --create-home --shell=/bin/bash - -USER airship - -WORKDIR /home/airship/ \ No newline at end of file diff --git a/ipa-downloader-image/Dockerfile b/ipa-downloader-image/Dockerfile index 8bc79bf..a8a2212 100644 --- a/ipa-downloader-image/Dockerfile +++ b/ipa-downloader-image/Dockerfile @@ -14,9 +14,3 @@ RUN set -ex ;\ FROM ubuntu:18.04 as dist COPY --from=downloader /tmp/ironic-python-agent / - -RUN useradd airship --create-home --shell=/bin/bash - -USER airship - -WORKDIR /home/airship/ \ No newline at end of file