Skip to content

Commit

Permalink
add JAVA_VERSION and NODE_VERSION as build args in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 18, 2024
1 parent c9732e0 commit f3ea419
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,18 @@ services:
- REG_BASIC_CREDENTIAL
- REG_NPM_EMAIL
- MAVEN_REPO_URL
- JAVA_VERSION
- NODE_VERSION
environment:
DEBUG:
BRANCH_NAME:
BUILDKITE:
REGISTRY_URL:
REACT_NATIVE_VERSION:
RN_NEW_ARCH:
NOTIFIER_VERSION:
ARTEFACT_NAME:
JS_SOURCE_DIR:
JAVA_VERSION: "${JAVA_VERSION:-11}"
- DEBUG
- BRANCH_NAME
- BUILDKITE
- REGISTRY_URL
- REACT_NATIVE_VERSION
- RN_NEW_ARCH
- NOTIFIER_VERSION
- ARTEFACT_NAME
- JS_SOURCE_DIR
networks:
default:
aliases:
Expand Down Expand Up @@ -170,6 +171,7 @@ services:
- REGISTRY_URL
- REG_BASIC_CREDENTIAL
- REG_NPM_EMAIL
- JAVA_VERSION
environment:
- VERBOSE
- DEBUG
Expand Down

0 comments on commit f3ea419

Please sign in to comment.