Commit e35b86f2 authored by cubag's avatar cubag
Browse files

Sets a new EE image for simple_ee and updated_simple_ee packages, which...

Sets a new EE image for simple_ee and updated_simple_ee packages, which already has dependencies installed and runs as non-root
parent bc9ce6cf
Pipeline #9337 failed with stage
in 1 minute and 29 seconds
......@@ -25,5 +25,5 @@ echo "Sample install.sh from source dir"
#apt-get install -y ...
# Install library to execute command remotely by ssh
python3 -m pip install asyncssh
#python3 -m pip install asyncssh
......@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: illoret/grpcee
repository: gcr.io/whitestack/osm/simple_ee
tag: latest
pullPolicy: IfNotPresent
......
......@@ -25,5 +25,5 @@ echo "Sample install.sh from source dir"
#apt-get install -y ...
# Install library to execute command remotely by ssh
python3 -m pip install asyncssh
#python3 -m pip install asyncssh
......@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: illoret/grpcee
repository: gcr.io/whitestack/osm/simple_ee
tag: latest
pullPolicy: IfNotPresent
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment