David Karlsson
f3b44a4476
cli: change reference docs url paths
...
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
Sebastiaan van Stijn
dd82cadf38
engine: install: remove Ubuntu Lunar 23.04, as it's EOL
...
Ubuntu 23.04 reached EOL on January 25, 2024, so should no longer be used.
https://wiki.ubuntu.com/Releases#End_of_Life
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-31 16:37:01 +01:00
David Karlsson
6dc6f503e7
engine: remove gnupg from install prerequisites
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:59:29 +01:00
David Karlsson
1b49c84d70
engine: add chmod a+r for gpg key
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:27:06 +01:00
David Karlsson
82e6994134
fix: use sudo to curl the gpg key
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:02:31 +01:00
David Karlsson
9a5659ce80
fix: wrong capitalization of curl --output flag
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:01:47 +01:00
David Karlsson
5db1e07590
Merge pull request #19138 from audunmg/patch-1
...
Fix apt-get remove and ascii GPG key
2024-01-25 22:22:47 +01:00
audunmg
33befd6922
Fix apt-get ascii GPG key
...
Changing the file extension for the GPG key to .asc lets apt-get know
the GPG key is in ascii armor format, no need to dearmor.
Co-authored-by: audunmg <audun@gangsto.org>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:58:50 +01:00
Sebastiaan van Stijn
2b6fafeedb
update some engine 24.0 versions to 25.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 07:26:23 +01:00
David Karlsson
951f11f4b0
engine: improve docker-ce installation prelude
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-30 13:38:58 +01:00
David Karlsson
1b7d8d131c
Merge pull request #18334 from ftambara/main
...
fix: remove excessive quoting in engine/install
2023-11-24 20:58:44 +01:00
David Karlsson
d71a15dfbf
Merge pull request #18712 from linux-on-ibm-z/sles-update
...
Add SLES 15-SP5 and drop SLES 15-SP3
2023-11-24 20:57:28 +01:00
Sebastiaan van Stijn
0ca5cbc12f
engine: add Ubuntu 23.10 "Mantic Minotaur"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-22 12:40:07 +01:00
Sebastiaan van Stijn
0658805a38
engine: remove Ubuntu 22.10 (Kinetic Kudu) as it reached EOL
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-22 12:40:04 +01:00
Sebastiaan van Stijn
504d7cceb3
engine: remove Fedora 37, add Fedora 39
...
Fedora 37 reached EOL
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-22 12:39:54 +01:00
Prabhav Thali
2c7b2b970e
Add SLES 15-SP5 and drop SLES 15-SP3
...
Signed-off-by: Prabhav Thali <Prabhav.Thali1@ibm.com>
2023-11-21 17:02:25 +05:30
David Karlsson
1fdb2e77d4
fix: broken glob path for lint job
...
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
David Karlsson
9acc019104
engine: clarify the s390x limitation for rhel
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 22:16:11 +02:00
Stephanie Aurelio
ae798c90b1
Engine install freshness ( #18464 )
...
* create includes and refresh engine install docs
* freshness cleanup
* simplify sentence
* remove includes and add consistent spelling for apt
* Implement feedback
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 08:40:30 -07:00
Daniel Lo Nigro
3ae07c5452
Add docker-compose-v2 to list of unofficial Ubuntu packages
...
https://packages.ubuntu.com/mantic/docker-compose-v2
2023-10-14 18:37:49 -07:00
David Karlsson
5025a168c8
engine: clarify rasberry pi os == 32-bit ( #18395 )
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-11 09:46:46 +02:00
Jonathan Farinloye
be89bf22dd
Update debian.md to ease understanding ( #18340 )
...
* Update debian.md to ease understanding
Added extra explanation for what should be replaced with for installation on Debian Derivatives like Kali
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-10 14:52:20 +02:00
ftambara
d8ac10917e
fix: remove excessive quoting in engine/install
...
The removed quotes cause ShellCheck SC2027 and SC2046 warnings
2023-09-30 08:09:58 -03:00
David Karlsson
673b2a8c43
engine: clarify arch, os versions for raspberry pi
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-07 17:45:16 +02:00
David Karlsson
bf9b3dd01c
engine: simplify apt-based installation for ubuntu
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
David Karlsson
7b7ec5b1e8
engine: simplify apt-based installation for rpi
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
David Karlsson
63e55f32c9
engine: simplify apt-based installation for debian
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
Thomas Burgess
b45087c12c
Leading space typo in a few console commands ( #17993 )
...
* Typo in debian.md
Leading space in console command caused "$" to be copied when clicking the copy button for the command.
* removed leading space on console commands that caused a formatting issue
2023-08-23 15:44:37 +01:00
Allie Sadler
2d8290fa5e
minor code fix ( #18004 )
...
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-23 13:20:12 +01:00
Allie Sadler
d7ae5205e2
fix engine install page ( #17972 )
...
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-22 16:43:43 +01:00
David Karlsson
15e9e1e694
hugo: run migration script
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:42:25 +02:00
David Karlsson
a0d21ade2f
migrate to hugo
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00