Revert "Specify user for Docker containers"

This reverts commit 552abb2a4668184de6652292443b9cfca0ed97ea.

Change-Id: Ia7b4951e589365a5ecf3b57836a355763b981368
This commit is contained in:
Alexander Hughes 2020-05-01 16:43:40 +00:00
parent 552abb2a46
commit 6c5cf09641
3 changed files with 0 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
*build/
.idea/

View File

@ -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/

View File

@ -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/