Skip to content

Commit

Permalink
Dockerfile: "master" branches are now called "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Dec 6, 2024
1 parent 6be942c commit a035d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ FROM rockylinux:8
WORKDIR /quattor

# install library core in /quattor, tests need it
ADD https://codeload.github.com/quattor/template-library-core/tar.gz/master template-library-core-master.tar.gz
RUN tar -xzf template-library-core-master.tar.gz
ADD https://codeload.github.com/quattor/template-library-core/tar.gz/main template-library-core-main.tar.gz
RUN tar -xzf template-library-core-main.tar.gz

# point library core to where we downloaded it
ENV QUATTOR_TEST_TEMPLATE_LIBRARY_CORE /quattor/template-library-core-master
ENV QUATTOR_TEST_TEMPLATE_LIBRARY_CORE /quattor/template-library-core-main

# Prepare to install dependencies
RUN dnf -y install dnf-plugins-core && \
Expand Down

0 comments on commit a035d9f

Please sign in to comment.