Compare commits
No commits in common. "a834c04f3c47aaca8e101c88b5708360c3a0fe6f" and "7cff1486a06b14298282fa4f777b4f19c1647e2a" have entirely different histories.
a834c04f3c
...
7cff1486a0
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
build-and-push-image:
|
||||
strategy:
|
||||
matrix:
|
||||
image: [datalad, datalad-apptainer, deface, dicom_indexer, heudiconv]
|
||||
image: [datalad-apptainer, deface, dicom_indexer, heudiconv]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ build_all_dockers:
|
|||
parallel:
|
||||
matrix:
|
||||
- IMAGE_NAME:
|
||||
- datalad
|
||||
- datalad-docker
|
||||
- datalad-apptainer
|
||||
- heudiconv
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
|||
make \
|
||||
util-linux-dev
|
||||
|
||||
ARG APPTAINER_COMMITISH="v1.3.0"
|
||||
ARG APPTAINER_COMMITISH="main"
|
||||
ARG MCONFIG_OPTIONS="--with-suid"
|
||||
WORKDIR $GOPATH/src/github.com/apptainer
|
||||
RUN git clone https://github.com/apptainer/apptainer.git \
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
FROM python:3.11-alpine as builder
|
||||
|
||||
RUN apk update && apk add --no-cache curl bzip2 gcc libffi-dev musl-dev
|
||||
|
||||
RUN python -m pip install datalad pytest ssh_agent_setup
|
||||
|
||||
FROM python:3.11-alpine
|
||||
COPY --from=builder /usr/local /usr/local
|
||||
|
||||
RUN apk update && apk add --no-cache git openssh-client git-annex
|
||||
Loading…
Reference in New Issue