Skip to content

Draft: Start work on switching to new style containers #27

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM amazonlinux:2023

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin \
PIPX_BIN_DIR=/usr/local/bin \
PIPX_HOME=/usr/local/pipx

RUN chown root:root /tmp && \
chmod 1777 /tmp && \
yum install -y glibc-langpack-en && \
yum groupinstall -y development && \
yum install -y which clang cmake python-devel python3-devel docker && \
python3 -m ensurepip && \
yum clean all && \
pip3 install pipx --no-cache-dir
37 changes: 0 additions & 37 deletions base/base-2-arm64/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions base/base-2-arm64/amazonlinux2.txt

This file was deleted.

9 changes: 0 additions & 9 deletions base/base-2-arm64/build.sh

This file was deleted.

16 changes: 0 additions & 16 deletions base/base-2-arm64/dump-packages.sh

This file was deleted.

53 changes: 0 additions & 53 deletions base/base-2-arm64/packages.txt

This file was deleted.

15 changes: 0 additions & 15 deletions base/base-2-arm64/publish.sh

This file was deleted.

37 changes: 0 additions & 37 deletions base/base-2-x86_64/Dockerfile

This file was deleted.

103 changes: 0 additions & 103 deletions base/base-2-x86_64/amazonlinux2.txt

This file was deleted.

Loading