Skip to content
Snippets Groups Projects
Commit 89e77876 authored by Teddy Kossoko's avatar Teddy Kossoko
Browse files

Remove offlie registry builder

parent 978babb0
No related branches found
No related tags found
No related merge requests found
Pipeline #1089 failed with stage
in 1 minute and 15 seconds
......@@ -49,12 +49,12 @@ CMD ["httpd-foreground"]
# Offline registry: download project zips and place them in /build/resources
FROM builder AS offline-builder
RUN ./cache_projects.sh devfiles resources && \
./cache_images.sh devfiles resources && \
chmod -R g+rwX /build
#FROM builder AS offline-builder
#RUN ./cache_projects.sh devfiles resources && \
# ./cache_images.sh devfiles resources && \
# chmod -R g+rwX /build
# Offline registry: copy updated devfile.yamls and cached projects
FROM registry AS offline-registry
COPY --from=offline-builder /build/devfiles /usr/local/apache2/htdocs/devfiles
COPY --from=offline-builder /build/resources /usr/local/apache2/htdocs/resources
#FROM registry AS offline-registry
#COPY --from=offline-builder /build/devfiles /usr/local/apache2/htdocs/devfiles
#COPY --from=offline-builder /build/resources /usr/local/apache2/htdocs/resources
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment