Skip to content

Commit

Permalink
Move wgets to Jenkins so files not cached by DOcker
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed Sep 26, 2016
1 parent 04d0111 commit 4e3e02f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ RUN zypper --non-interactive ar http://download.suse.de/ibs/SUSE:/SLE-12:/GA/sta
zypper --non-interactive --gpg-auto-import-keys ref &&\
zypper --no-gpg-checks --non-interactive install git-core ruby-devel make gcc gcc-c++ build wget dmidecode vim zypper>=1.11.32 osc ruby2.1-rubygem-gem2rpm

# And if these change
RUN wget http://username:password@gaffer.suse.de:9999/files/.regcode -O /root/.regcode
RUN wget --http-user=username --http-password=password http://gaffer.suse.de:9999/files/.oscrc -O /root/.oscrc

RUN echo 'gem: --no-ri --no-rdoc' > /etc/gemrc && \
gem install bundler --no-document
RUN mkdir /tmp/connect && mkdir -p /tmp/connect/lib/suse/connect
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile.sp1
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ RUN zypper --non-interactive --no-refresh rm container-suseconnect &&\
zypper --non-interactive --gpg-auto-import-keys ref &&\
zypper --no-gpg-checks --non-interactive install git-core ruby-devel make gcc gcc-c++ build wget dmidecode vim zypper>=1.11.32 osc ruby2.1-rubygem-gem2rpm

# And if these change
RUN wget http://username:password@gaffer.suse.de:9999/files/.regcode -O /root/.regcode
RUN wget --http-user=username --http-password=password http://gaffer.suse.de:9999/files/.oscrc -O /root/.oscrc

RUN echo 'gem: --no-ri --no-rdoc' > /etc/gemrc && \
gem install bundler --no-document
RUN mkdir /tmp/connect && mkdir -p /tmp/connect/lib/suse/connect
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile.sp2
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ RUN zypper --non-interactive ar http://download.suse.de/ibs/SUSE/Products/SLE-SE
zypper --non-interactive --gpg-auto-import-keys ref &&\
zypper --no-gpg-checks --non-interactive install git-core ruby-devel make gcc gcc-c++ build wget dmidecode vim zypper>=1.11.32 osc ruby2.1-rubygem-gem2rpm

# And if these change
RUN wget http://username:password@gaffer.suse.de:9999/files/.regcode -O /root/.regcode
RUN wget --http-user=username --http-password=password http://gaffer.suse.de:9999/files/.oscrc -O /root/.oscrc

RUN echo 'gem: --no-ri --no-rdoc' > /etc/gemrc && \
gem install bundler --no-document
RUN mkdir /tmp/connect && mkdir -p /tmp/connect/lib/suse/connect
Expand Down

0 comments on commit 4e3e02f

Please sign in to comment.