Updates (#14)
All checks were successful
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 0s
Docker Build Pipeline / Check-Environment (push) Successful in 0s
Docker Build Pipeline / Clone-Repo (push) Successful in 0s
Docker Build Pipeline / Build-Images (push) Successful in 2s
Docker Build Pipeline / Push-Images (push) Successful in 1s
Docker Build Pipeline / Cleanup-Build-Images (push) Successful in 4s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s
All checks were successful
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 0s
Docker Build Pipeline / Check-Environment (push) Successful in 0s
Docker Build Pipeline / Clone-Repo (push) Successful in 0s
Docker Build Pipeline / Build-Images (push) Successful in 2s
Docker Build Pipeline / Push-Images (push) Successful in 1s
Docker Build Pipeline / Cleanup-Build-Images (push) Successful in 4s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s
Reviewed-on: #14 Co-authored-by: Chris Hammer <chris@thezengarden.net> Co-committed-by: Chris Hammer <chris@thezengarden.net>
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
FROM docker.io/debian:11
|
||||
LABEL maintainer="Chris Hammer (chris@thezengarden.net)"
|
||||
|
||||
RUN rm /etc/localtime \
|
||||
&& ln -s /usr/share/zoneinfo/US/Eastern /etc/localtime
|
||||
|
||||
RUN mkdir -p /root/.ssh
|
||||
COPY conf/ssh_config /root/.ssh/config
|
||||
COPY conf/hosts /etc/hosts
|
||||
COPY python/requirements.txt /tmp/requirements.txt
|
||||
|
||||
RUN apt update \
|
||||
&& apt dist-upgrade -y \
|
||||
&& apt autoremove --purge -y \
|
||||
&& apt install -y python3-pip git systemd nodejs \
|
||||
&& pip install pip --upgrade \
|
||||
&& pip install -r /tmp/requirements.txt
|
||||
|
||||
COPY ansible/ansible-check.yml /tmp/ansible-check.yml
|
||||
|
||||
CMD ["/bin/bash"]
|
Reference in New Issue
Block a user