You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working in a company that blocks public images. We need to provide a custom image (mirror of the offcial image). This custom image is hosted on the company artifact repository. To access to this repository we need to provide credentials.
The custom image is already supported by artillery with the use of WORKER_IMAGE_URL environnement variable.
What we need is a way to provide the repository credentials. This can be done with the use of the RepositoryCredentials in the container definition.
What i suggest is to add the following lines :
Version info:
I'm working in a company that blocks public images. We need to provide a custom image (mirror of the offcial image). This custom image is hosted on the company artifact repository. To access to this repository we need to provide credentials.
The custom image is already supported by artillery with the use of
WORKER_IMAGE_URL
environnement variable.What we need is a way to provide the repository credentials. This can be done with the use of the
RepositoryCredentials
in the container definition.What i suggest is to add the following lines :
to this file : packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js in the function :
ensureTaskExists
The text was updated successfully, but these errors were encountered: