-
I would like to add to the spec that you shouldn't deliver minimized code. I've seen that this can cause problems for the adserver to add the right macros, and it makes it harder/slower for adops to l…
-
### What would you like to change?
Add an _undefined_ check to:
app > case > CaseApi.ts > checkOldPCQIDExists
So that the find method isn't called on an undefined argument.
Example solution:
…
-
It is not possible to build the image. the building process fails executing:
**_RUN curl -fsSL https://get.docker.com/ | sed "s/docker-engine/docker-engine-${DOCKER_ENGINE_VERSION}/" | sh_**
I …
-
The document README.md has no mention on installing AWS Command line tools to be able to run the upload_certs.sh (https://github.com/Accenture/adop-docker-compose/tree/master/provision/aws/ssl)
Ple…
-
### Comment:
I install cudatoolkit-dev in a Windows environment, but I keep getting connection errors, whether I install with Conda or Mamba
`ERROR conda.core.link:_execute(745): An error occurred w…
-
Overall output:
``` bash
bash -x ./adop compose gen_certs ~/.foo
++ basename ./adop
+ CMD_NAME=adop
+++ echo ./adop
+++ sed -e 's,\\,/,g'
++ dirname ./adop
+ export CLI_DIR=.
+ CLI_DIR=.
+ export CON…
-
https://github.com/Accenture/adop-nginx/blob/8fec90cbe680685c2aa5321a2b97903c8748042b/resources/scripts/entrypoint.sh#L4-L5
-
upstream load balancer uses internal IPs from containers to configure the load balancing. however, those internal IPs are not guaranteed to be preserved, and most commonly are not, after the Docker ma…
deors updated
6 years ago
-
Currently the Pet Clinic reference pipeline relies on existing environments and deployment based on file copy to webapps directory in Tomcat. While this model works, it would be much nicer (and also m…
deors updated
6 years ago
-
When installing ADOP on-premise we noticed that the sensitive passwords were shown in the ENVIRONMENT VARIABLES of **all** jobs.
This means any person with access to "View" any job in Jenkins will …