Skip to content
Snippets Groups Projects
Commit 026b34d7 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

correct xrd version naming for ubuntu24

parent c9f3bb08
No related branches found
No related tags found
No related merge requests found
......@@ -306,13 +306,13 @@ binaries_ubuntu24_64_xrd:
script:
- echo "Packaging binaries..."
- mv d/releases/ubuntu-x86_64-24 .
- mv ubuntu-x86_64-24 ubuntu-x86_64_xrd-24
- (cd ubuntu-x86_64_xrd-24; rm -rf perl ; ln -s ../../perl)
- touch ubuntu-x86_64_xrd-24/.cvmfscatalog
- mv ubuntu-x86_64-24 ubuntu-x86_64-24_xrd
- (cd ubuntu-x86_64-24_xrd; rm -rf perl ; ln -s ../../perl)
- touch ubuntu-x86_64-24_xrd/.cvmfscatalog
artifacts:
name: ubuntu-x86_64_xrd-24
name: ubuntu-x86_64-24_xrd
paths:
- ubuntu-x86_64_xrd-24
- ubuntu-x86_64-24_xrd
container_ubuntu24_64_xrd:
image:
......@@ -335,7 +335,7 @@ container_ubuntu24_64_xrd:
- echo "ADD d/ /delphi" >> Dockerfile; echo "COPY delphi.sh /etc/profile.d/delphi.sh" >> Dockerfile; echo "COPY delphi.csh /etc/profile.d/delphi.csh" >> Dockerfile
- echo "RUN groupadd delphi" >> Dockerfile; echo "RUN useradd -m -g delphi delphi" >> Dockerfile
- echo "RUN echo '%delphi ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers" >> Dockerfile
- echo "RUN chmod 400 /etc/shadow; cd /delphi; ln -s ubuntu-x86_64_xrd-24 ubuntu-x86_64-24" >> Dockerfile
- echo "RUN chmod 400 /etc/shadow; cd /delphi; ln -s ubuntu-x86_64-24_xrd ubuntu-x86_64-24" >> Dockerfile
- echo "RUN cd /home/delphi; git clone https://gitlab.cern.ch/delphi/examples.git; mkdir graexe graexe/data graexe/run graexe/hcopy; chown -R delphi.delphi examples graexe; " >> Dockerfile
- echo "RUN echo export PS1=\'[\\\u \\\W]\$ \' >> /home/delphi/.bashrc" >> Dockerfile
- /kaniko/executor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment