mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Adding Buildkite sponsorship remark (#969)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
bc5355787d
commit
644d8afdb0
8
website/docs/intro/install/buildkite.jsx
Normal file
8
website/docs/intro/install/buildkite.jsx
Normal file
@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import BuildKiteSVG from './buildkite.svg'
|
||||
|
||||
export default ({children, color}) => (
|
||||
<p style={{textAlign: "center", padding: "1.5rem"}}><a href={"https://buildkite.com"} style={{display: "block", color: "#fff", textDecoration: "none"}}>
|
||||
Thank you to <BuildKiteSVG style={{maxWidth: "50%", marginLeft: "auto", marginRight: "auto"}}/> for sponsoring the OpenTofu package hosting.
|
||||
</a></p>
|
||||
);
|
1
website/docs/intro/install/buildkite.svg
Normal file
1
website/docs/intro/install/buildkite.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 150" xml:space="preserve"><title>Buildkite</title><path d="M281.6 112.4h49.7c24.6 0 36.8-10.1 36.8-30.4 0-10.8-5.4-19.3-14.4-23.1v-.3c6.7-3.6 10.7-10.7 10.7-19.2C364.4 23.9 352 13 335 13h-53.4v99.4zM300 53.6V29.1h31.7c9.2 0 14.4 4.3 14.4 12.1 0 8.2-4.8 12.4-14.4 12.4H300zm0 42.4V68.2h32.7c11.5 0 17.1 4.5 17.1 13.8s-5.3 14-17.3 14H300zm79.5-15.2c0 21 12.8 33.7 33.7 33.7 11.2 0 20.2-3.6 26.5-9.9h.3v7.8h17V37.1h-17.6V78c0 12.1-9 20.6-21.6 20.6-12.7 0-20.6-7.5-20.6-20.6V37.1h-17.6v43.7h-.1zm93.1 31.6h17.6V37.1h-17.6v75.3zm-.7-88.1h18.8v-18h-18.8v18zm34.2 88.1h17.6V8.7h-17.6v103.7zm30.8-37.7c0 23.3 16.9 39.8 40.7 39.8 11.2 0 20.5-3.7 26.3-10.1h.3v8h16.6V8.7h-17.6v35.5h-.3c-6.1-5.8-15.4-9.2-26-9.2-23 0-40 17.2-40 39.7zm66.3 4.9c0 10.7-10.7 19.5-23.9 19.5-14.9 0-24.8-9.5-24.8-24.3s9.8-24.3 24.6-24.3c13.1 0 24 8.5 24 19.2v9.9h.1zm33.2 32.8H654V90.8l14.4-12.2h.3l27.5 33.8h21.9l-37.3-44.7 35.7-30.5h-25.2l-37 32.2h-.3V8.7h-17.6v103.7zm91.4 0h17.6V37.1h-17.6v75.3zm-.7-88.1h18.8v-18h-18.8v18zm87.1 27.9V37.1h-24.3V18.9h-17.6v18.2h-17.4v15.1h17.4v38.5c0 15.2 7 21.7 24.2 21.7H811V96.2h-13.1c-6.3 0-8-1.4-8-6.4V52.2h24.3zm5 22.8c0 23.9 16.1 39.5 41.5 39.5 15.5 0 27.6-5.7 36.3-16.9l-11.8-10.5c-7 8.7-14.5 12.8-24.6 12.8-13.8 0-23.3-7.7-23.9-19.5H900v-5.3c0-22.9-16.1-40.2-40.3-40.2-24.2.1-40.5 16.7-40.5 40.1zm17.8-7.4c1.1-10.7 10.4-18 23.1-18 12.7 0 21.6 7.4 22.6 18H837z" fill="#fff"/><path d="M0 0v74.8l74.7 37.4V37.4L0 0zm149.5 0v74.8l74.7-37.4L149.5 0z" fill="#30f2a2"/><path d="M149.5 74.7v74.8l74.7-37.4V37.4l-74.7 37.3zM74.7 37.4v74.8l74.7-37.4V0L74.7 37.4z" fill="#14cc80"/></svg>
|
After Width: | Height: | Size: 1.6 KiB |
@ -11,9 +11,12 @@ import DebStep1Script from '!!raw-loader!./deb-step1.sh'
|
||||
import DebStep2Script from '!!raw-loader!./deb-step2.sh'
|
||||
import DebStep3Script from '!!raw-loader!./deb-step3.sh'
|
||||
import DebStep4Script from '!!raw-loader!./deb-step4.sh'
|
||||
import Buildkite from './buildkite'
|
||||
|
||||
# Installing OpenTofu on .deb-based Linux (Debian, Ubuntu, etc.)
|
||||
|
||||
<Buildkite />
|
||||
|
||||
OpenTofu is distributed in the .deb package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below.
|
||||
|
||||
## Installing using the convenience script
|
||||
|
@ -14,9 +14,12 @@ import YumRepoScript from '!!raw-loader!./repo-yum.sh'
|
||||
import ZypperRepoScript from '!!raw-loader!./repo-zypper.sh'
|
||||
import YumInstallScript from '!!raw-loader!./install-yum.sh'
|
||||
import ZypperInstallScript from '!!raw-loader!./install-zypper.sh'
|
||||
import Buildkite from "./buildkite";
|
||||
|
||||
# Installing OpenTofu on RHEL, Fedora, openSUSE, and other RPM-based distributions
|
||||
|
||||
<Buildkite />
|
||||
|
||||
OpenTofu is distributed in the .rpm package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below.
|
||||
|
||||
## Installing using the convenience script
|
||||
|
Loading…
Reference in New Issue
Block a user