Skip to content

Commit

Permalink
Move test docker app off of docker hub to avoid rate limiting (#4802)
Browse files Browse the repository at this point in the history
* Move test docker app off of docker hub to avoid rate limiting

* Fix image reference
  • Loading branch information
nwmac authored Nov 26, 2020
1 parent 16efc6a commit 9a3ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-e2e/application/application-deploy-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createApplicationDeployTests(type = CREATE_APP_DEPLOY_TEST_TYPE.
appGuid
: ''
},
dockerUrl: 'nginxdemos/hello'
dockerUrl: 'ghcr.io/cf-stratos/test-docker-app'
};
const testAppUrl = 'https://github.com/' + res.testApp;
const sourceText = type.toString(); // appUrl ? 'Git URL' : 'GitHub';
Expand Down

0 comments on commit 9a3ef32

Please sign in to comment.