-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a dummy env var for Sentry (#269)
Signed-off-by: Tasos Katsoulas <[email protected]>
- Loading branch information
1 parent
c8d5f1b
commit 2d65ae2
Showing
21 changed files
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN yum update -y && \ | ||
yum install -y autoconf \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf clean packages && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf install -y --nodocs 'dnf-command(config-manager)' epel-release && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf install -y --nodocs 'dnf-command(config-manager)' epel-release && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN yum install -y epel-release && \ | ||
yum update -y && \ | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to ensure package installs don't prompt for any user input. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to ensure package installs don't prompt for any user input. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to ensure package installs don't prompt for any user input. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf clean -y packages && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf clean -y packages && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=0.1 | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN zypper update -y && \ | ||
zypper install -y --allow-downgrade \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=0.1 | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN zypper update -y && \ | ||
zypper install -y --allow-downgrade \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN zypper update -y && \ | ||
zypper install -y --allow-downgrade \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
COPY package-builders/ol8-epel.repo /etc/yum.repos.d/ol8-epel.repo | ||
|
||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
COPY package-builders/ol9-epel.repo /etc/yum.repos.d/ol9-epel.repo | ||
|
||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf install -y --nodocs 'dnf-command(config-manager)' epel-release && \ | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Package builder image for Netdata of | |
LABEL org.opencontainers.image.vendor="Netdata Inc." | ||
|
||
ENV VERSION=$VERSION | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN dnf distro-sync -y --nodocs && \ | ||
dnf install -y --nodocs 'dnf-command(config-manager)' epel-release && \ | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to keep package installs from prompting about configuration. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to keep package installs from prompting about configuration. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ ENV VERSION=0.1 | |
|
||
# This is needed to keep package installs from prompting about configuration. | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
# Dummy Sentry DSN | ||
ENV SENTRY_DSN="https://[email protected]/dummy" | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade -y && \ | ||
|
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