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
This commit is contained in:
Andrew Baker 2022-11-10 11:59:08 -05:00 committed by GitHub
parent 46a38daf3b
commit ff969e8ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
FROM alpine
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
LABEL maintainer="Fleet Developers"
RUN apk --update add ca-certificates
RUN apk --no-cache add jq

View File

@ -1,5 +1,5 @@
FROM --platform=linux/amd64 golang:1.19.2-bullseye
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
LABEL maintainer="Fleet Developers"
RUN apt-get update && apt-get install -y \
gcc \

View File

@ -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
<meta name="authorFullName" value="Zach Wasserman">
<meta name="publishedOn" value="2020-01-05">
<meta name="articleTitle" value="A new Fleet">
<meta name="articleImageUrl" value="../website/assets/images/articles/a-new-fleet-cover-700x340@2x.jpeg">
<meta name="articleImageUrl" value="../website/assets/images/articles/a-new-fleet-cover-700x340@2x.jpeg">

View File

@ -1,5 +1,5 @@
FROM alpine
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
LABEL maintainer="Fleet Developers"
RUN apk --update add ca-certificates
RUN apk --no-cache add jq