From ff969e8ddcf681c354f59f53a24dbfdfdc48be13 Mon Sep 17 00:00:00 2001 From: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:59:08 -0500 Subject: [PATCH] Drew bakerfdm remove email mentions (#8641) * Remove email address for redudancy Call to actions at the bottom of the page offer better forms of communication to join the community, trial Fleet, or ask questions. * Remove email mention * Remove email mention * Remove email mention --- Dockerfile | 2 +- Dockerfile-desktop-linux | 2 +- articles/a-new-fleet.md | 4 +--- tools/fleet-docker/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7458dbff1..cc48932cdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -LABEL maintainer="Fleet Developers " +LABEL maintainer="Fleet Developers" RUN apk --update add ca-certificates RUN apk --no-cache add jq diff --git a/Dockerfile-desktop-linux b/Dockerfile-desktop-linux index 902f7e6732..23425da103 100644 --- a/Dockerfile-desktop-linux +++ b/Dockerfile-desktop-linux @@ -1,5 +1,5 @@ FROM --platform=linux/amd64 golang:1.19.2-bullseye -LABEL maintainer="Fleet Developers " +LABEL maintainer="Fleet Developers" RUN apt-get update && apt-get install -y \ gcc \ diff --git a/articles/a-new-fleet.md b/articles/a-new-fleet.md index 92cbc84a45..d8287b4434 100644 --- a/articles/a-new-fleet.md +++ b/articles/a-new-fleet.md @@ -20,8 +20,6 @@ Releases will be available at [github.com/fleetdm/fleet](http://github.com/fleet We will never charge for features that are currently free in the OSS version of Fleet. Expect to see significant investments and improvements in both the OSS and enterprise offerings. -Please reach out via [hello@fleetdm.com](mailto:hello@fleetdm.com) if you are interested in becoming an early customer and helping to define the roadmap. - ## Fleet 3.3.0 Today we are releasing Fleet 3.3.0 with a slew of long-awaited features and improvements. @@ -47,4 +45,4 @@ Zach Wasserman — CTO, Fleet - \ No newline at end of file + diff --git a/tools/fleet-docker/Dockerfile b/tools/fleet-docker/Dockerfile index 2137ee4b31..2b9b4c6a09 100644 --- a/tools/fleet-docker/Dockerfile +++ b/tools/fleet-docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -LABEL maintainer="Fleet Developers " +LABEL maintainer="Fleet Developers" RUN apk --update add ca-certificates RUN apk --no-cache add jq