Skip to content

Commit 13fdda5

Browse files
pawiecznuclearcat
authored andcommitted
docker-compose-lava: Comply with the new Staging deployment process
Docker image for Service "lava_callback" had previously been built on-demand during Staging instance deployment. This has been changed in the new Staging deployment workflow. This patch uses prebuilt Docker image for "lava_callback" Service. Docker image build context will be dropped in the future if it's deemed unnecessary from development point of view as well. Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent f8ab9aa commit 13fdda5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose-lava.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ services:
1010
lava-callback:
1111
container_name: 'kernelci-pipeline-lava-callback'
1212
networks: ['lava-callback']
13-
build:
14-
context: 'docker/lava-callback'
13+
image: 'kernelci/staging-kernelci:lava-callback'
14+
#build:
15+
# context: 'docker/lava-callback'
1516
env_file: ['.env']
1617
ports:
1718
- '${LAVA_CALLBACK_PORT:-8100}:8000'

0 commit comments

Comments
 (0)