add Dummy Vault file
This commit is contained in:
parent
054db60157
commit
ab89826067
2 changed files with 6 additions and 6 deletions
|
@ -10,12 +10,12 @@ ENV PLUGIN_PROFILE=production
|
|||
RUN useradd -u "${PUID}" -m "${USER}"
|
||||
COPY script.sh /bin/
|
||||
RUN chmod +x /bin/script.sh
|
||||
RUN mkdir -p /woodpecker/src
|
||||
RUN chmod 777 /woodpecker/src
|
||||
USER ${USER}
|
||||
WORKDIR ${HOMEDIR}
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN rm requirements.txt
|
||||
RUN echo "DUMMY" > /tmp/dummy-vault
|
||||
ENV ANSIBLE_VAULT_PASSWORD_FILE=/tmp/dummy-vault
|
||||
|
||||
ENTRYPOINT [ "script.sh" ]
|
||||
ENTRYPOINT [ "script.sh" ]
|
||||
|
|
|
@ -10,12 +10,12 @@ ENV PLUGIN_PROFILE=production
|
|||
# RUN useradd -u "${PUID}" -m "${USER}"
|
||||
COPY script.sh /bin/
|
||||
RUN chmod +x /bin/script.sh
|
||||
RUN mkdir -p /woodpecker/src
|
||||
RUN chmod 777 /woodpecker/src
|
||||
# USER ${USER}
|
||||
# WORKDIR ${HOMEDIR}
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN rm requirements.txt
|
||||
RUN echo "DUMMY" > /tmp/dummy-vault
|
||||
ENV ANSIBLE_VAULT_PASSWORD_FILE=/tmp/dummy-vault
|
||||
|
||||
ENTRYPOINT [ "script.sh" ]
|
||||
ENTRYPOINT [ "script.sh" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue