Skip to content

Commit

Permalink
refs #41: Update Alpine base images (upgraded to Python 3.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 24, 2017
1 parent eff9286 commit 3864acc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base-python3-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH=/usr/local/bin:$PATH
ENV LANG=C.UTF-8

ENV PYTHONUNBUFFERED 1
ENV PYTHON_VERSION 3.6.0
ENV PYTHON_VERSION 3.6.2
ENV PYTHON_PIP_VERSION 9.0.1

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
Expand Down
7 changes: 3 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ RUN adduser -D -g "" work \

# Install jail
RUN apk add --no-cache libseccomp
ADD jail /home/sorna/jail
ADD intra-jail /home/sorna/intra-jail
ADD patch-libs.so /home/sorna/patch-libs.so
COPY sorna-jail /home/sorna/sorna-jail
COPY patch-libs.so /home/sorna/patch-libs.so
ENV LD_PRELOAD /home/sorna/patch-libs.so

# Common files
ADD base_run.py /home/sorna/base_run.py
COPY base_run.py /home/sorna/base_run.py

ENV HOME /home/work
WORKDIR /home/work
Expand Down
2 changes: 1 addition & 1 deletion jail-hook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.5
FROM alpine:3.6

RUN apk add --no-cache gcc musl-dev make
Binary file modified jail-hook/patch-libs.so
Binary file not shown.

0 comments on commit 3864acc

Please sign in to comment.