Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 57b1910

Browse files
authored
Merge pull request #171 from IBM/alpine_x86_fix
Alpine x86 fix
2 parents 8bd2adf + 2d1197f commit 57b1910

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile.ALPINE-amd64.Toolkit

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $HElib_tag
33
ARG HElib_cmake_lists_version
44
ENV container docker
55
ENV HELIB_CMAKE_LISTS_VERSON=$HElib_cmake_lists_version
6-
LABEL maintainer="Liz Maple <liz@uk.ibm.com>"
6+
LABEL maintainer="Gregory Boland <boland@us.ibm.com>"
77

88
# Docker Container for Alpine FHE IDE and Example Code Toolkit
99

@@ -22,8 +22,9 @@ RUN yarn global add node-gyp
2222
RUN yarn global add node-pty
2323
RUN yarn global add code-server
2424
#Install cpptools from the latest vsix version which we are pinning to because we have issues getting it to install normally - 12.03.2020 - greg
25-
#Previously this was version 1.1.2 and we update to 1.4.0 - 06.02.2021 - greg
26-
ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.4.0/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
25+
#Previously this was version 1.1.2 and we update to 1.3.1 - 06.02.2021 - greg
26+
#Note that when I try to update to 1.4.0 or 1.4.1 the cpptools plugin does not load, and there's an error on setup - 06.09.21
27+
ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.3.1/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
2728

2829
# Create a directory to hold the VSCode user data when running as root
2930
RUN mkdir -p /opt/IBM/IDE-Data

Dockerfile.ALPINE.HElib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PlatformRelease
22
FROM $PlatformRelease
33
ENV container docker
4-
LABEL maintainer="Liz Maple <liz@uk.ibm.com>"
4+
LABEL maintainer="Gregory Boland <boland@us.ibm.com>"
55

66
ARG USER_ID
77
# Docker Container for Alpine HElib Base

0 commit comments

Comments
 (0)