Skip to content

Commit

Permalink
update the image to simply pull the compilers from c4aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jan 8, 2019
1 parent 36e733f commit a5cc1b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN yum install -y \
ENV PATH="/root/archiconda3/bin:${PATH}"
#COPY Archiconda3Builder-0.1.2-Linux-aarch64.sh /.
#RUN sh /Archiconda3Builder-0.1.2-Linux-aarch64.sh -b -p /root/archiconda3
COPY Archiconda3-0.2.1-Linux-aarch64.sh /.
RUN sh /Archiconda3-0.2.1-Linux-aarch64.sh -b -p /root/archiconda3
COPY Archiconda3-0.2.2-Linux-aarch64.sh /.
RUN sh /Archiconda3-0.2.2-Linux-aarch64.sh -b -p /root/archiconda3

ENV PATH="/root/archiconda3/bin:${PATH}"
RUN conda config --add channels conda-forge
Expand Down
4 changes: 2 additions & 2 deletions docker-images/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: qemu-aarch64-static Archiconda3-0.2.1-Linux-aarch64.sh Dockerfile
all: qemu-aarch64-static Archiconda3-0.2.2-Linux-aarch64.sh Dockerfile
docker build . -t archiconda/centos7:archiconda3builder

clean:
Expand All @@ -11,7 +11,7 @@ upload:
qemu-aarch64-static: /usr/bin/qemu-aarch64-static
cp /usr/bin/qemu-aarch64-static .

Archiconda3-0.2.1-Linux-aarch64.sh: ../installer/Archiconda3/construct.yaml ../installer/installer_license.txt
Archiconda3-0.2.2-Linux-aarch64.sh: ../installer/Archiconda3/construct.yaml ../installer/installer_license.txt
constructor --platform=linux-aarch64 ../installer/Archiconda3


Expand Down
3 changes: 2 additions & 1 deletion installer/Archiconda3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Archiconda3
version: 0.2.1
version: 0.2.2

channels:
- https://conda.anaconda.org/c4aarch64
- https://conda.anaconda.org/archiarm
- https://conda.anaconda.org/conda-forge
#- https://conda.anaconda.org/jjhelmus/label/aarch64_bootstrap
Expand Down

0 comments on commit a5cc1b2

Please sign in to comment.