Skip to content

Commit 0303e88

Browse files
authored
docker: Add build context for vtcomboserver service (#8520)
Enable local builds of the vtcomboserver image from test/vtcomboserver/ while preserving the existing pull behavior via BOULDER_VTCOMBOSERVER_TAG.
1 parent 8019edf commit 0303e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ services:
150150
# in local dev environments. In CI a specific BOULDER_VTCOMBOSERVER_TAG is
151151
# passed, and it is pulled with `docker compose pull`.
152152
image: letsencrypt/boulder-vtcomboserver:${BOULDER_VTCOMBOSERVER_TAG:-latest}
153+
build:
154+
context: test/vtcomboserver/
153155
environment:
154156
# By specifying KEYSPACES vttestserver will create the corresponding
155157
# databases on startup.

0 commit comments

Comments
 (0)