File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- ubuntu : [jammy ]
18+ ubuntu : [noble ]
1919 platform : [linux/amd64]
2020 branch : [devel, release]
2121
@@ -144,7 +144,7 @@ jobs:
144144 strategy :
145145 fail-fast : false
146146 matrix :
147- ubuntu : [jammy ]
147+ ubuntu : [noble ]
148148 steps :
149149 - name : Download digests devel
150150 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy AS build
1+ FROM ubuntu:noble AS build
22ARG CYCLE=release
33RUN useradd -ms /bin/bash biocbuild && apt update -qq && apt install sudo systemd -y && usermod -aG sudo biocbuild && echo "biocbuild ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
44USER biocbuild
55COPY . /home/biocbuild/bioconductor_salt
66WORKDIR /home/biocbuild
77RUN DEBIAN_FRONTEND="noninteractive" bash bioconductor_salt/startup_bbs_standalone_${CYCLE}.sh
88
9- FROM ubuntu:jammy AS final
9+ FROM ubuntu:noble AS final
1010COPY --from=build / /
1111ENTRYPOINT ["/bin/bash" , "-c" ]
1212CMD ["/bbs_r_start" ]
You can’t perform that action at this time.
0 commit comments