mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 07:55:17 +00:00
Merge pull request #534 from kencochrane/fix_makefile_ami_build
Added missing ENV variables to AMI build
This commit is contained in:
commit
340f37d93c
@ -60,6 +60,11 @@ ami: common
|
||||
-v /dev:/dev \
|
||||
-e AWS_SECRET_ACCESS_KEY \
|
||||
-e AWS_ACCESS_KEY_ID \
|
||||
-e TAG_KEY \
|
||||
-e TAG_KEY_PREV \
|
||||
-e CHANNEL \
|
||||
-e MOBY_SRC_ROOT \
|
||||
-e DOCKER_BIN_URL \
|
||||
moby-ami:build clean
|
||||
docker run \
|
||||
--rm \
|
||||
@ -67,6 +72,11 @@ ami: common
|
||||
-v /dev:/dev \
|
||||
-e AWS_SECRET_ACCESS_KEY \
|
||||
-e AWS_ACCESS_KEY_ID \
|
||||
-e TAG_KEY \
|
||||
-e TAG_KEY_PREV \
|
||||
-e CHANNEL \
|
||||
-e MOBY_SRC_ROOT \
|
||||
-e DOCKER_BIN_URL \
|
||||
moby-ami:build bake >./cloud/aws/ami_id.out
|
||||
|
||||
ami-clean-mount:
|
||||
@ -76,6 +86,11 @@ ami-clean-mount:
|
||||
-v /dev:/dev \
|
||||
-e AWS_SECRET_ACCESS_KEY \
|
||||
-e AWS_ACCESS_KEY_ID \
|
||||
-e TAG_KEY \
|
||||
-e TAG_KEY_PREV \
|
||||
-e CHANNEL \
|
||||
-e MOBY_SRC_ROOT \
|
||||
-e DOCKER_BIN_URL \
|
||||
moby-ami:build clean-mount
|
||||
|
||||
# TODO(nathanleclaire): Migrate this to docker/editions repo.
|
||||
|
Loading…
Reference in New Issue
Block a user