Images with tools to help gitlab-ci builds. All including aws sdk and tools
50K+
The image is partially based on tmaier/docker-compose The image is developed and maintained by LetFlow
GitLab: https://gitlab.com/letflow/docker-dind-aws
Features:
You may use it like this in your .gitlab-ci.yml file.
image: letflow/docker-dind-aws:compose-latest
services:
- docker:dind
before_script:
- $(aws ecr get-login --no-include-email)
build:
stage: build
script:
- docker-compose build
- docker push $DOCKER_TEST_IMAGE
staging:
stage: staging_app
script:
- ecs-cli compose --file docker-compose.yml --project-name $CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG --cluster $ECS_CLUSTER --ecs-params ecs-params.yml service up
Content type
Image
Digest
Size
1.2 GB
Last updated
over 6 years ago
docker pull letflow/docker-dind-aws:latest-node10-ionic-android