-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e39145e
commit 3884826
Showing
8 changed files
with
0 additions
and
178 deletions.
There are no files selected for viewing
28 changes: 0 additions & 28 deletions
28
dockerfiles/vcpkg/arm64-platform-core-debug-ubuntu-22.04.dockerfile
This file was deleted.
Oops, something went wrong.
89 changes: 0 additions & 89 deletions
89
dockerfiles/vcpkg/arm64-platform-core-ubuntu-22.04.dockerfile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-ubuntu-20.04:$VCPKG_REF | ||
|
||
ARG GROUP_ID=10001 | ||
ARG USER_ID=10000 | ||
RUN addgroup --gid $GROUP_ID hpcc && \ | ||
adduser --disabled-password --gecos "hpcc runtime User" --uid $USER_ID --gid $GROUP_ID hpcc | ||
|
||
RUN chown hpcc:hpcc /hpcc-dev && \ | ||
chown hpcc:hpcc /hpcc-dev/vcpkg_installed && \ | ||
chown -R hpcc:hpcc /hpcc-dev/vcpkg_installed/vcpkg | ||
|
||
USER hpcc | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-ubuntu-22.04:$VCPKG_REF | ||
|
||
ARG GROUP_ID=10001 | ||
ARG USER_ID=10000 | ||
RUN addgroup --gid $GROUP_ID hpcc && \ | ||
adduser --disabled-password --gecos "hpcc runtime User" --uid $USER_ID --gid $GROUP_ID hpcc | ||
|
||
RUN chown hpcc:hpcc /hpcc-dev && \ | ||
chown hpcc:hpcc /hpcc-dev/vcpkg_installed && \ | ||
chown -R hpcc:hpcc /hpcc-dev/vcpkg_installed/vcpkg | ||
|
||
USER hpcc | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-ubuntu-24.04:$VCPKG_REF | ||
|
||
ARG GROUP_ID=10001 | ||
ARG USER_ID=10000 | ||
RUN addgroup --gid $GROUP_ID hpcc && \ | ||
adduser --disabled-password --gecos "hpcc runtime User" --uid $USER_ID --gid $GROUP_ID hpcc | ||
|
||
RUN chown hpcc:hpcc /hpcc-dev && \ | ||
chown hpcc:hpcc /hpcc-dev/vcpkg_installed && \ | ||
chown -R hpcc:hpcc /hpcc-dev/vcpkg_installed/vcpkg | ||
|
||
USER hpcc | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |