mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 02:35:10 +00:00
Add AWS build support
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
18
alpine/cloud/Dockerfile.ami
Normal file
18
alpine/cloud/Dockerfile.ami
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --update \
|
||||
python \
|
||||
py-pip \
|
||||
bash \
|
||||
curl \
|
||||
e2fsprogs \
|
||||
jq \
|
||||
syslinux
|
||||
RUN pip install -U awscli
|
||||
RUN mkdir -p /scripts
|
||||
WORKDIR /scripts
|
||||
COPY ./build-common.sh .
|
||||
COPY ./aws/common.sh .
|
||||
COPY ./aws/bake-ami.sh .
|
||||
|
||||
ENTRYPOINT ["./bake-ami.sh"]
|
||||
Reference in New Issue
Block a user