Skip to content

Commit

Permalink
Release 2022.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 7, 2022
1 parent 5592c00 commit 29d213b
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 63 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This repository contains orchestration files and documentation for deploying Black Duck Docker containers.

## Location of Black Duck 2022.10.1 archive:
## Location of Black Duck 2022.10.2 archive:

https://github.com/blackducksoftware/hub/archive/v2022.10.1.tar.gz
https://github.com/blackducksoftware/hub/archive/v2022.10.2.tar.gz

NOTE:

Expand Down Expand Up @@ -40,6 +40,7 @@ https://github.com/blackducksoftware/hub/releases
* https://hub.docker.com/r/blackducksoftware/blackduck-matchengine/
* https://hub.docker.com/r/sigsynopsys/bdba-worker/
* https://hub.docker.com/r/blackducksoftware/rabbitmq/
* https://hub.docker.com/r/blackducksoftware/blackduck-webui/

# Running Black Duck in Docker

Expand Down
2 changes: 1 addition & 1 deletion docker-swarm/bin/system_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set -o noglob

readonly NOW="$(date +"%Y%m%dT%H%M%S%z")"
readonly NOW_ZULU="$(date -u +"%Y%m%dT%H%M%SZ")"
readonly HUB_VERSION="${HUB_VERSION:-2022.10.1}"
readonly HUB_VERSION="${HUB_VERSION:-2022.10.2}"
readonly OUTPUT_FILE="${SYSTEM_CHECK_OUTPUT_FILE:-system_check_${NOW}.txt}"
readonly PROPERTIES_FILE="${SYSTEM_CHECK_PROPERTIES_FILE:-${OUTPUT_FILE%.txt}.properties}"
readonly SUMMARY_FILE="${SYSTEM_CHECK_SUMMARY_FILE:-${OUTPUT_FILE%.txt}_summary.properties}"
Expand Down
2 changes: 1 addition & 1 deletion docker-swarm/blackduck-config.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BLACKDUCK_CORS_ALLOW_CREDENTIALS_PROP_NAME=

# Do not change
HUB_PRODUCT_NAME=BLACK_DUCK
HUB_VERSION=2022.10.1
HUB_VERSION=2022.10.2

# Specify any property-specific overrides here
#
Expand Down
22 changes: 11 additions & 11 deletions docker-swarm/docker-compose.externaldb.ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-long-start-period: &long-start-period
services:
authentication:
user: authentication:root
image: blackducksoftware/blackduck-authentication:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-authentication:2022.10.2_ubi8.6
volumes:
- authentication-volume:/opt/blackduck/hub/hub-authentication/ldap
- {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security}
Expand All @@ -35,7 +35,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
webapp:
user: webapp:root
image: blackducksoftware/blackduck-webapp:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-webapp:2022.10.2_ubi8.6
volumes:
- log-volume:/opt/blackduck/hub/logs
- {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security}
Expand All @@ -57,7 +57,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
scan:
user: scan:root
image: blackducksoftware/blackduck-scan:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-scan:2022.10.2_ubi8.6
env_file: [blackduck-config.env , hub-postgres.env]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand All @@ -78,7 +78,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
jobrunner:
user: jobrunner:root
image: blackducksoftware/blackduck-jobrunner:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-jobrunner:2022.10.2_ubi8.6
env_file: [blackduck-config.env , hub-postgres.env]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
registration:
image: blackducksoftware/blackduck-registration:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-registration:2022.10.2_ubi8.6
volumes:
- config-volume:/opt/blackduck/hub/hub-registration/config
- {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security}
Expand Down Expand Up @@ -169,7 +169,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 15s, window: 60s}
webui:
image: blackducksoftware/blackduck-webui:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-webui:2022.10.2_ubi8.6
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
/opt/blackduck/hub/hub-ui/security/root.crt]
Expand All @@ -184,7 +184,7 @@ services:
restart_policy: {condition: on-failure, delay: 15s, window: 60s}

documentation:
image: blackducksoftware/blackduck-documentation:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-documentation:2022.10.2_ubi8.6
env_file: [blackduck-config.env]
user: documentation:root
environment:
Expand All @@ -201,7 +201,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
uploadcache:
image: blackducksoftware/blackduck-upload-cache:1.0.29_ubi8.6
image: blackducksoftware/blackduck-upload-cache:1.0.31_ubi8.6
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -219,7 +219,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
redis:
image: blackducksoftware/blackduck-redis:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-redis:2022.10.2_ubi8.6
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -238,7 +238,7 @@ services:
deploy:
restart_policy: {condition: any}
bomengine:
image: blackducksoftware/blackduck-bomengine:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-bomengine:2022.10.2_ubi8.6
env_file: [blackduck-config.env , hub-postgres.env]
environment:
<< : *pg-usage-settings
Expand All @@ -259,7 +259,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
matchengine:
image: blackducksoftware/blackduck-matchengine:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-matchengine:2022.10.2_ubi8.6
user: matchengine:root
healthcheck:
test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand Down
22 changes: 11 additions & 11 deletions docker-swarm/docker-compose.externaldb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-long-start-period: &long-start-period
services:
authentication:
user: authentication:root
image: blackducksoftware/blackduck-authentication:2022.10.1
image: blackducksoftware/blackduck-authentication:2022.10.2
volumes:
- authentication-volume:/opt/blackduck/hub/hub-authentication/ldap
- {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security}
Expand All @@ -35,7 +35,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
webapp:
user: webapp:root
image: blackducksoftware/blackduck-webapp:2022.10.1
image: blackducksoftware/blackduck-webapp:2022.10.2
volumes:
- log-volume:/opt/blackduck/hub/logs
- {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security}
Expand All @@ -57,7 +57,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
scan:
user: scan:root
image: blackducksoftware/blackduck-scan:2022.10.1
image: blackducksoftware/blackduck-scan:2022.10.2
env_file: [blackduck-config.env , hub-postgres.env]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand All @@ -78,7 +78,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
jobrunner:
user: jobrunner:root
image: blackducksoftware/blackduck-jobrunner:2022.10.1
image: blackducksoftware/blackduck-jobrunner:2022.10.2
env_file: [blackduck-config.env , hub-postgres.env]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
registration:
image: blackducksoftware/blackduck-registration:2022.10.1
image: blackducksoftware/blackduck-registration:2022.10.2
volumes:
- config-volume:/opt/blackduck/hub/hub-registration/config
- {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security}
Expand Down Expand Up @@ -169,7 +169,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 15s, window: 60s}
webui:
image: blackducksoftware/blackduck-webui:2022.10.1
image: blackducksoftware/blackduck-webui:2022.10.2
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
/opt/blackduck/hub/hub-ui/security/root.crt]
Expand All @@ -184,7 +184,7 @@ services:
restart_policy: {condition: on-failure, delay: 15s, window: 60s}

documentation:
image: blackducksoftware/blackduck-documentation:2022.10.1
image: blackducksoftware/blackduck-documentation:2022.10.2
env_file: [blackduck-config.env]
user: documentation:root
environment:
Expand All @@ -201,7 +201,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
uploadcache:
image: blackducksoftware/blackduck-upload-cache:1.0.29
image: blackducksoftware/blackduck-upload-cache:1.0.31
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -219,7 +219,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
redis:
image: blackducksoftware/blackduck-redis:2022.10.1
image: blackducksoftware/blackduck-redis:2022.10.2
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -238,7 +238,7 @@ services:
deploy:
restart_policy: {condition: any}
bomengine:
image: blackducksoftware/blackduck-bomengine:2022.10.1
image: blackducksoftware/blackduck-bomengine:2022.10.2
env_file: [blackduck-config.env , hub-postgres.env]
environment:
<< : *pg-usage-settings
Expand All @@ -259,7 +259,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
matchengine:
image: blackducksoftware/blackduck-matchengine:2022.10.1
image: blackducksoftware/blackduck-matchengine:2022.10.2
user: matchengine:root
healthcheck:
test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand Down
8 changes: 4 additions & 4 deletions docker-swarm/docker-compose.redis.sentinel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.6'
services:
redisslave:
image: blackducksoftware/blackduck-redis:2022.10.1
image: blackducksoftware/blackduck-redis:2022.10.2
env_file: [blackduck-config.env]
user: redis:root
stop_grace_period: 60s
Expand All @@ -25,7 +25,7 @@ services:
limits: {memory: 2048M}
reservations: {memory: 2048M}
redissentinel1:
image: blackducksoftware/blackduck-redis:2022.10.1
image: blackducksoftware/blackduck-redis:2022.10.2
env_file: [blackduck-config.env]
hostname: redissentinel1
user: redis:root
Expand All @@ -47,7 +47,7 @@ services:
limits: {memory: 32M}
reservations: {memory: 32M}
redissentinel2:
image: blackducksoftware/blackduck-redis:2022.10.1
image: blackducksoftware/blackduck-redis:2022.10.2
env_file: [blackduck-config.env]
hostname: redissentinel2
user: redis:root
Expand All @@ -69,7 +69,7 @@ services:
limits: {memory: 32M}
reservations: {memory: 32M}
redissentinel3:
image: blackducksoftware/blackduck-redis:2022.10.1
image: blackducksoftware/blackduck-redis:2022.10.2
env_file: [blackduck-config.env]
hostname: redissentinel3
user: redis:root
Expand Down
22 changes: 11 additions & 11 deletions docker-swarm/docker-compose.ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
authentication:
user: authentication:root
image: blackducksoftware/blackduck-authentication:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-authentication:2022.10.2_ubi8.6
volumes:
- authentication-volume:/opt/blackduck/hub/hub-authentication/ldap
- {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security}
Expand All @@ -67,7 +67,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
webapp:
user: webapp:root
image: blackducksoftware/blackduck-webapp:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-webapp:2022.10.2_ubi8.6
volumes:
- log-volume:/opt/blackduck/hub/logs
- {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security}
Expand All @@ -89,7 +89,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
scan:
user: scan:root
image: blackducksoftware/blackduck-scan:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-scan:2022.10.2_ubi8.6
env_file: [blackduck-config.env ]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand All @@ -110,7 +110,7 @@ services:
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
jobrunner:
user: jobrunner:root
image: blackducksoftware/blackduck-jobrunner:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-jobrunner:2022.10.2_ubi8.6
env_file: [blackduck-config.env ]
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
Expand Down Expand Up @@ -162,7 +162,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
registration:
image: blackducksoftware/blackduck-registration:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-registration:2022.10.2_ubi8.6
volumes:
- config-volume:/opt/blackduck/hub/hub-registration/config
- {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security}
Expand Down Expand Up @@ -201,7 +201,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 15s, window: 60s}
webui:
image: blackducksoftware/blackduck-webui:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-webui:2022.10.2_ubi8.6
healthcheck:
test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness',
/opt/blackduck/hub/hub-ui/security/root.crt]
Expand All @@ -216,7 +216,7 @@ services:
restart_policy: {condition: on-failure, delay: 15s, window: 60s}

documentation:
image: blackducksoftware/blackduck-documentation:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-documentation:2022.10.2_ubi8.6
env_file: [blackduck-config.env]
user: documentation:root
environment:
Expand All @@ -233,7 +233,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
uploadcache:
image: blackducksoftware/blackduck-upload-cache:1.0.29_ubi8.6
image: blackducksoftware/blackduck-upload-cache:1.0.31_ubi8.6
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -251,7 +251,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
redis:
image: blackducksoftware/blackduck-redis:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-redis:2022.10.2_ubi8.6
env_file: [blackduck-config.env]
environment:
HUB_JOBRUNNER_HOST: 'tasks.jobrunner.'
Expand All @@ -270,7 +270,7 @@ services:
deploy:
restart_policy: {condition: any}
bomengine:
image: blackducksoftware/blackduck-bomengine:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-bomengine:2022.10.2_ubi8.6
env_file: [blackduck-config.env ]
environment:
<< : *pg-usage-settings
Expand All @@ -291,7 +291,7 @@ services:
mode: replicated
restart_policy: {condition: on-failure, delay: 5s, window: 60s}
matchengine:
image: blackducksoftware/blackduck-matchengine:2022.10.1_ubi8.6
image: blackducksoftware/blackduck-matchengine:2022.10.2_ubi8.6
user: matchengine:root
healthcheck:
test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness',
Expand Down
Loading

0 comments on commit 29d213b

Please sign in to comment.