Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old Docker recipe cannot build anymore #13

Open
Remi-Gau opened this issue Jan 3, 2023 · 0 comments
Open

old Docker recipe cannot build anymore #13

Remi-Gau opened this issue Jan 3, 2023 · 0 comments

Comments

@Remi-Gau
Copy link
Contributor

Remi-Gau commented Jan 3, 2023

will wait until we have a working neurodocker recipe to fix this

https://app.circleci.com/pipelines/github/bids-apps/afni_proc/4/workflows/77aa094b-7fca-4c5e-910d-fb817c0a3dad/jobs/44

Sending build context to Docker daemon  557.1kB
Sending build context to Docker daemon  14.73MB


Step 1/14 : FROM ubuntu:17.10
17.10: Pulling from library/ubuntu


4ccdce43d1e0: Pulling fs layer 


c95f13c88d92: Pulling fs layer 


82656eee95ad: Pulling fs layer 


78ff727be57a: Pulling fs layer 


448bb314afa5: Pulling fs layer 

78ff727be57a: Waiting 

448bb314afa5: Waiting 

c95f13c88d92: Downloading     849B/849B

c95f13c88d92: Verifying Checksum 

c95f13c88d92: Download complete 

78ff727be57a: Downloading     851B/851B

78ff727be57a: Verifying Checksum 

78ff727be57a: Download complete 

82656eee95ad: Downloading     612B/612B

82656eee95ad: Verifying Checksum 

82656eee95ad: Download complete 

4ccdce43d1e0: Downloading  412.1kB/40.79MB

448bb314afa5: Downloading     162B/162B

448bb314afa5: Verifying Checksum 

448bb314afa5: Download complete 

4ccdce43d1e0: Downloading  16.29MB/40.79MB

4ccdce43d1e0: Downloading  30.46MB/40.79MB

4ccdce43d1e0: Downloading  33.77MB/40.79MB

4ccdce43d1e0: Verifying Checksum 

4ccdce43d1e0: Download complete 

4ccdce43d1e0: Extracting    426kB/40.79MB

4ccdce43d1e0: Extracting  4.686MB/40.79MB

4ccdce43d1e0: Extracting  10.22MB/40.79MB

4ccdce43d1e0: Extracting  15.34MB/40.79MB

4ccdce43d1e0: Extracting   19.6MB/40.79MB

4ccdce43d1e0: Extracting  25.13MB/40.79MB

4ccdce43d1e0: Extracting  28.54MB/40.79MB

4ccdce43d1e0: Extracting  31.95MB/40.79MB

4ccdce43d1e0: Extracting  34.93MB/40.79MB

4ccdce43d1e0: Extracting  39.19MB/40.79MB

4ccdce43d1e0: Extracting  40.79MB/40.79MB

4ccdce43d1e0: Pull complete 

c95f13c88d92: Extracting     849B/849B

c95f13c88d92: Extracting     849B/849B

c95f13c88d92: Pull complete 

82656eee95ad: Extracting     612B/612B

82656eee95ad: Extracting     612B/612B

82656eee95ad: Pull complete 

78ff727be57a: Extracting     851B/851B

78ff727be57a: Extracting     851B/851B

78ff727be57a: Pull complete 

448bb314afa5: Extracting     162B/162B

448bb314afa5: Extracting     162B/162B

448bb314afa5: Pull complete 
Digest: sha256:3b811ac794645dfaa47408f4333ac6e433858ff16908965c68f63d5d315acf94
Status: Downloaded newer image for ubuntu:17.10
 ---> e211a66937c6
Step 2/14 : ARG DEBIAN_FRONTEND=noninteractive
 ---> Running in 18a4bdd5d5e6
Removing intermediate container 18a4bdd5d5e6
 ---> 04cf66bccc71
Step 3/14 : ENV LANG="en_US.UTF-8"     LC_ALL="C.UTF-8"     ND_ENTRYPOINT="/neurodocker/startup.sh"     AFNI_NIFTI_VIEW="orig"
 ---> Running in 1d0b81828714
Removing intermediate container 1d0b81828714
 ---> dc3e881e164d
Step 4/14 : RUN apt-get update -qq && apt-get install -yq --no-install-recommends      	apt-utils bzip2 ca-certificates curl locales unzip     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     && localedef --force --inputfile=en_US --charmap=UTF-8 C.UTF-8     && chmod 777 /opt && chmod a+s /opt     && mkdir -p /neurodocker     && if [ ! -f "$ND_ENTRYPOINT" ]; then          echo '#!/usr/bin/env bash' >> $ND_ENTRYPOINT          && echo 'set +x' >> $ND_ENTRYPOINT          && echo 'if [ -z "$*" ]; then /usr/bin/env bash; else $*; fi' >> $ND_ENTRYPOINT;        fi     && chmod -R 777 /neurodocker && chmod a+s /neurodocker
 ---> Running in 95619de0bf0a
E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
The command '/bin/sh -c apt-get update -qq && apt-get install -yq --no-install-recommends      	apt-utils bzip2 ca-certificates curl locales unzip     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     && localedef --force --inputfile=en_US --charmap=UTF-8 C.UTF-8     && chmod 777 /opt && chmod a+s /opt     && mkdir -p /neurodocker     && if [ ! -f "$ND_ENTRYPOINT" ]; then          echo '#!/usr/bin/env bash' >> $ND_ENTRYPOINT          && echo 'set +x' >> $ND_ENTRYPOINT          && echo 'if [ -z "$*" ]; then /usr/bin/env bash; else $*; fi' >> $ND_ENTRYPOINT;        fi     && chmod -R 777 /neurodocker && chmod a+s /neurodocker' returned a non-zero code: 100

Exited with code exit status 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant