Skip to content

Commit

Permalink
chore: Update Dockerfile to tag images with bookworm instead of bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 20, 2024
1 parent 11cad92 commit 1326a34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: Build and Release - ${{ github.ref_name }} - linux-arm64
runs-on: ubuntu-latest
environment: PROD
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: Build and Release - ${{ github.ref_name }} - linux-x64
runs-on: ubuntu-latest
environment: PROD
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: Build and Release - ${{ github.ref_name }} - mac-arm64
runs-on: macOS-latest
environment: PROD
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-win-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: Build and Release - ${{ github.ref_name }} - win-x64
runs-on: windows-latest
environment: PROD
env:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ Specific docker documentation can be found on the [Docker Hub page](https://hub.
### Image Variants
- **tagoio/relay:<version>**: Main image for general use.
- **tagoio/relay:bullseye**: Based on Debian 11.
- **tagoio/relay:latest**: Main image for general use.
- **tagoio/relay:<version>**: Specific version of the image.
- **tagoio/relay:bookworm**: Based on Debian Bookworm.
## CLI Commands
Expand Down

0 comments on commit 1326a34

Please sign in to comment.