Skip to content
Snippets Groups Projects
Commit f51f26aa authored by Konstantinos Samaras-Tsakiris's avatar Konstantinos Samaras-Tsakiris
Browse files

improve image build time

parent 8f3ffad4
No related branches found
No related tags found
1 merge request!10Add restore site task & restructure job templates
Pipeline #2832960 skipped
......@@ -4,10 +4,6 @@ LABEL maintainer="Drupal Admins <drupal-admins@cern.ch>"
ARG restic_version=0.12.0
COPY ./tekton-task-templates /tekton-task-templates
COPY ./velero-restic-restore/restore_pvs.sh /scripts/restore_pvs.sh
RUN yum install epel-release -y && \
# install restic
yum install yum-plugin-copr -y && \
......@@ -18,4 +14,7 @@ RUN yum install epel-release -y && \
yum install -y /usr/bin/openstack --disableplugin=protectbase && \
yum clean all
COPY ./tekton-task-templates /tekton-task-templates
COPY ./velero-restic-restore/restore_pvs.sh /scripts/restore_pvs.sh
CMD ["/usr/local/bin/oc"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment