File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.opensuse.org/opensuse/leap:15.5
1
+ FROM registry.opensuse.org/opensuse/leap:15.5
2
2
RUN zypper ref -f && \
3
3
zypper -n ar --no-gpgcheck http://download.opensuse.org/repositories/systemsmanagement:/sumaform:/tools/openSUSE_Leap_15.5/ tools && \
4
+ zypper -n ar --no-gpgcheck http://download.opensuse.org/repositories/devel:/languages:/ruby/15.5/ ruby && \
5
+ zypper -n ar --no-gpgcheck http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/15.5/ ruby_extensions && \
4
6
zypper -n install nmap tar gzip iputils \
5
7
gcc \
6
8
make \
7
9
wget \
8
10
git \
9
11
curl \
10
- ruby \
11
- ruby-devel \
12
+ libssh-devel \
13
+ python-devel \
14
+ ruby3.3 \
15
+ ruby3.3-devel \
12
16
autoconf \
13
17
ca-certificates-mozilla \
14
18
automake \
@@ -21,7 +25,6 @@ RUN zypper ref -f && \
21
25
libxslt-devel \
22
26
mozilla-nss-tools \
23
27
postgresql14-devel \
24
- ruby2.5-rubygem-bundler \
25
28
twopence \
26
29
python-twopence \
27
30
twopence-devel \
@@ -41,8 +44,10 @@ COPY etc_pam.d_sshd /etc/pam.d/sshd
41
44
RUN mkdir /root/.ssh
42
45
COPY id_rsa_test_env /root/.ssh/id_rsa
43
46
CMD ssh-keygen -A && /usr/sbin/sshd -De
44
- RUN curl https://raw.githubusercontent.com/uyuni-project/uyuni/master/testsuite/Gemfile -o Gemfile && bundle.ruby3.3 install && rm Gemfile
45
- RUN mkdir -p /root/.pki/nssdb && \
46
- certutil -d /root/.pki/nssdb -N
47
+ RUN wget http://raw.githubusercontent.com/uyuni-project/uyuni/master/testsuite/Gemfile
48
+ RUN bundle.ruby3.3 install
49
+ RUN rm Gemfile
50
+ RUN mkdir -p /root/.pki/nssdb
51
+ RUN certutil -d /root/.pki/nssdb -N
47
52
COPY bashrc /root/.bashrc
48
53
RUN source /root/.bashrc
Original file line number Diff line number Diff line change 1
- export SERVER=" oscar-srv .mgr.suse.de"
1
+ export SERVER=" uyuni-master-server .mgr.suse.de"
2
2
3
3
# ### Generate certificates for Google Chrome
4
4
if [ ! -f /etc/pki/trust/anchors/$SERVER .cert ]; then
Original file line number Diff line number Diff line change 5
5
},
6
6
// Edit these variables to match your environment
7
7
"remoteEnv" : {
8
- "SERVER" : " <user>-srv .mgr.suse.de" ,
9
- "PROXY" : " <user>-pxy .mgr.suse.de" ,
10
- "MINION" : " <user>-min-sles .mgr.suse.de" ,
8
+ "SERVER" : " uyuni-master-server .mgr.suse.de" ,
9
+ "PROXY" : " uyuni-master-proxy .mgr.suse.de" ,
10
+ "MINION" : " uyuni-master-suse-minion .mgr.suse.de" ,
11
11
"GITPROFILES" : " https://github.com/uyuni-project/uyuni.git#:testsuite/features/profiles/internal_nue" ,
12
12
"AUTH_REGISTRY_CREDENTIALS" : " cucutest|cucusecret" ,
13
13
"AUTH_REGISTRY" : " registry.mgr.suse.de:5000/cucutest" ,
You can’t perform that action at this time.
0 commit comments