Skip to content

Commit

Permalink
Merge pull request #194 from lenny-intel/pinned-versions
Browse files Browse the repository at this point in the history
build: Pin 3rd party service to patch versions
  • Loading branch information
Lenny Goodell authored Oct 19, 2021
2 parents d3d7264 + 7089a9d commit 868db09
Show file tree
Hide file tree
Showing 19 changed files with 97 additions and 97 deletions.
14 changes: 7 additions & 7 deletions compose-builder/.env
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ DEVICE_COAP_VERSION=latest
DEVICE_GPIO_VERSION=latest

# Note that Vault images don't have none patch versions like 1.8
VAULT_VERSION=1.8.0
CONSUL_VERSION=1.10
VAULT_VERSION=1.8.4
CONSUL_VERSION=1.10.3
# Note that Postgres images don't use patch versions.
POSTGRES_VERSION=13.3-alpine
REDIS_VERSION=6.2-alpine
KONG_VERSION=2.5
KUIPER_VERSION=1.3.0-alpine
MOSQUITTO_VERSION=2.0
POSTGRES_VERSION=13.4-alpine
REDIS_VERSION=6.2.6-alpine
KONG_VERSION=2.5.1
KUIPER_VERSION=1.3.1-alpine
MOSQUITTO_VERSION=2.0.12

EDGEX_USER=2002
EDGEX_GROUP=2001
Expand Down
12 changes: 6 additions & 6 deletions docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -289,7 +289,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -456,7 +456,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong
image: kong:2.5
image: kong:2.5.1
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -509,7 +509,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong-db
image: postgres:13.3-alpine
image: postgres:13.4-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -726,7 +726,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -974,7 +974,7 @@ services:
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
hostname: edgex-vault
image: vault:1.8.0
image: vault:1.8.4
networks:
edgex-network: {}
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-no-secty-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
command: agent -ui -bootstrap -server -client 0.0.0.0
container_name: edgex-core-consul
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
EDGEX_SECURITY_SECRET_STORE: "false"
REGISTRY_HOST: edgex-core-consul
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -277,7 +277,7 @@ services:
KUIPER__BASIC__CONSOLELOG: "true"
KUIPER__BASIC__RESTPORT: 59720
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-no-secty-with-ui-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
command: agent -ui -bootstrap -server -client 0.0.0.0
container_name: edgex-core-consul
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
EDGEX_SECURITY_SECRET_STORE: "false"
REGISTRY_HOST: edgex-core-consul
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
KUIPER__BASIC__CONSOLELOG: "true"
KUIPER__BASIC__RESTPORT: 59720
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-no-secty-with-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
command: agent -ui -bootstrap -server -client 0.0.0.0
container_name: edgex-core-consul
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
EDGEX_SECURITY_SECRET_STORE: "false"
REGISTRY_HOST: edgex-core-consul
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
KUIPER__BASIC__CONSOLELOG: "true"
KUIPER__BASIC__RESTPORT: 59720
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-no-secty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
command: agent -ui -bootstrap -server -client 0.0.0.0
container_name: edgex-core-consul
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
EDGEX_SECURITY_SECRET_STORE: "false"
REGISTRY_HOST: edgex-core-consul
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -277,7 +277,7 @@ services:
KUIPER__BASIC__CONSOLELOG: "true"
KUIPER__BASIC__RESTPORT: 59720
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -289,7 +289,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -456,7 +456,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong
image: kong:2.5
image: kong:2.5.1
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -509,7 +509,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong-db
image: postgres:13.3-alpine
image: postgres:13.4-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -726,7 +726,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -974,7 +974,7 @@ services:
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
hostname: edgex-vault
image: vault:1.8.0
image: vault:1.8.4
networks:
edgex-network: {}
ports:
Expand Down
14 changes: 7 additions & 7 deletions taf/docker-compose-taf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -470,7 +470,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -695,7 +695,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong
image: kong:2.5
image: kong:2.5.1
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -748,7 +748,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong-db
image: postgres:13.3-alpine
image: postgres:13.4-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -839,7 +839,7 @@ services:
command: /usr/sbin/mosquitto -c /mosquitto-no-auth.conf
container_name: edgex-mqtt-broker
hostname: edgex-mqtt-broker
image: eclipse-mosquitto:2.0
image: eclipse-mosquitto:2.0.12
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -992,7 +992,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -1304,7 +1304,7 @@ services:
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
hostname: edgex-vault
image: vault:1.8.0
image: vault:1.8.4
networks:
edgex-network: {}
ports:
Expand Down
14 changes: 7 additions & 7 deletions taf/docker-compose-taf-mqtt-bus-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-core-consul
image: consul:1.10
image: consul:1.10.3
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -497,7 +497,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-redis
image: redis:6.2-alpine
image: redis:6.2.6-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -737,7 +737,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong
image: kong:2.5
image: kong:2.5.1
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -790,7 +790,7 @@ services:
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-kong-db
image: postgres:13.3-alpine
image: postgres:13.4-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -881,7 +881,7 @@ services:
command: /usr/sbin/mosquitto -c /mosquitto-no-auth.conf
container_name: edgex-mqtt-broker
hostname: edgex-mqtt-broker
image: eclipse-mosquitto:2.0
image: eclipse-mosquitto:2.0.12
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -1014,7 +1014,7 @@ services:
KUIPER__BASIC__CONSOLELOG: "true"
KUIPER__BASIC__RESTPORT: 59720
hostname: edgex-kuiper
image: lfedge/ekuiper:1.3.0-alpine
image: lfedge/ekuiper:1.3.1-alpine
networks:
edgex-network: {}
ports:
Expand Down Expand Up @@ -1329,7 +1329,7 @@ services:
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
hostname: edgex-vault
image: vault:1.8.0
image: vault:1.8.4
networks:
edgex-network: {}
ports:
Expand Down
Loading

0 comments on commit 868db09

Please sign in to comment.