forked from getsentry/self-hosted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HH ReleaseBot
committed
Dec 1, 2023
1 parent
5253392
commit f6f0513
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG SENTRY_VERSION=23.11.2 | ||
ARG RELAY_IMAGE=getsentry/relay:${SENTRY_VERSION} | ||
ARG APPLICATION=relay-hh=23.11.1 | ||
ARG APPLICATION=relay-hh=23.11.2 | ||
FROM ${RELAY_IMAGE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG SENTRY_VERSION=23.11.2 | ||
ARG SNUBA_IMAGE=getsentry/snuba:${SENTRY_VERSION} | ||
ARG APPLICATION=snuba-hh=23.11.1 | ||
ARG APPLICATION=snuba-hh=23.11.2 | ||
FROM ${SNUBA_IMAGE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG SENTRY_VERSION=23.11.2 | ||
ARG SYMBOLICATOR_IMAGE=getsentry/symbolicator:${SENTRY_VERSION} | ||
ARG APPLICATION=symbolicator-hh=23.11.1 | ||
ARG APPLICATION=symbolicator-hh=23.11.2 | ||
FROM ${SYMBOLICATOR_IMAGE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG SENTRY_VERSION=23.11.2 | ||
ARG VROOM_IMAGE=getsentry/vroom:${SENTRY_VERSION} | ||
ARG APPLICATION=vroom-hh=23.11.1 | ||
ARG APPLICATION=vroom-hh=23.11.2 | ||
FROM ${VROOM_IMAGE} |