Skip to content

Commit

Permalink
Merge pull request #1966 from seokho-son/main
Browse files Browse the repository at this point in the history
Staging 0.10.5 to support linux/arm64 image
  • Loading branch information
yunkon-kim authored Feb 7, 2025
2 parents 00b5fd6 + abe9a9a commit f2fd9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
context: ./
file: ./Dockerfile
target: prod
platforms: linux/amd64 # linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x,linux/arm/v6
platforms: linux/amd64,linux/arm64 # linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ networks:
services:
# CB-Tumblebug
cb-tumblebug:
image: cloudbaristaorg/cb-tumblebug:0.10.4
image: cloudbaristaorg/cb-tumblebug:0.10.5
container_name: cb-tumblebug
build:
context: .
dockerfile: Dockerfile
platform: linux/amd64
networks:
- internal_network
- external_network
Expand Down Expand Up @@ -117,7 +116,6 @@ services:
# build:
# context: ../cb-spider
# dockerfile: Dockerfile
platform: linux/amd64
networks:
- internal_network
- external_network # for outbound access (not ideal for security)
Expand Down Expand Up @@ -146,7 +144,7 @@ services:

# cb-mapui
cb-mapui:
image: cloudbaristaorg/cb-mapui:0.10.0
image: cloudbaristaorg/cb-mapui:0.10.2
container_name: cb-mapui
# build:
# context: ../cb-mapui
Expand Down

0 comments on commit f2fd9a8

Please sign in to comment.