Skip to content

Commit

Permalink
fix image fetch (#49)
Browse files Browse the repository at this point in the history
* __NODOCS__

* __NODOCS__
  • Loading branch information
AdarShaked authored Feb 24, 2021
1 parent 0a147e1 commit ffef7ee
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,13 @@ commands:
pip install -r test-requirements.txt
- run:
name: download manager docker image
command: wget http://repository.cloudifysource.org/cloudify/5.1.0/.dev1-release/cloudify-manager-aio-docker-5.1.0.dev1.tar
- run:
name: load docker image
command: docker load -i cloudify-manager-aio-docker-5.1.0.dev1.tar
- run:
name: retain space by dumping the tar
command: rm cloudify-manager-aio-docker-5.1.0.dev1.tar
command: docker pull cloudifyplatform/premium-cloudify-manager-aio:latest
- run:
name: show images
command: docker images
- run:
name: start docker container
command: docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host cloudify-manager-aio:latest
command: docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host cloudifyplatform/premium-cloudify-manager-aio
- run:
name: wait for starter
command: docker exec -it cfy_manager cfy_manager wait-for-starter
Expand Down

0 comments on commit ffef7ee

Please sign in to comment.