-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from markmc/nexodus-example
Add nexodus example
- Loading branch information
Showing
3 changed files
with
38 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# As per https://docs.nexodus.io/quickstart/ | ||
# You will need to `sudo nexctl nexd status` and follow | ||
# the instructions to register the device. | ||
FROM quay.io/fedora/fedora-coreos:stable | ||
COPY copr-nexodus-fedora.repo /etc/yum.repos.d/ | ||
COPY copr-nexodus-pubkey.gpg /etc/pki/rpm-gpg/ | ||
RUN rpm-ostree install nexodus && \ | ||
systemctl enable nexodus && \ | ||
ostree container commit |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[copr:copr.fedorainfracloud.org:nexodus:nexodus] | ||
name=Copr repo for nexodus owned by nexodus | ||
baseurl=https://download.copr.fedorainfracloud.org/results/nexodus/nexodus/fedora-$releasever-$basearch/ | ||
type=rpm-md | ||
skip_if_unavailable=True | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/copr-nexodus-pubkey.gpg | ||
repo_gpgcheck=0 | ||
enabled=1 | ||
enabled_metadata=1 |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
-----BEGIN PGP PUBLIC KEY BLOCK----- | ||
|
||
mQENBGVVPF8BCADKB/W4Z2CkRB0gHovHe9V4dAaDpGy4WdDJJKaaiKaZeWdPcp5q | ||
dldBB3fNm/nlirmyuzOT0/JSvIPh8YKF56xYCKhBEBN3t+xib/xI1i2AI8Dz5yEJ | ||
IcWcLBfxyyLfYnOyb5WnURNMKojj0aotmjK6DOokKIEEJRrIY62X3KC2HKMLe4RK | ||
tQ6m3ExmBdDehOoiZyCsIi3av9CiNHUA8HTvXj3FccZbgKA47w0od/ZOH2REpxX6 | ||
pao4kpOGgEFzY2C4CVOOYyE+JpTbtESw2Lc4T1JhPNCNqgXFlOYTzwXn9laaxbpy | ||
u3jgitu/SIhgTvpADBBJjPL2k1boAJPtql5/ABEBAAG0Pm5leG9kdXNfbmV4b2R1 | ||
cyAoTm9uZSkgPG5leG9kdXMjbmV4b2R1c0Bjb3ByLmZlZG9yYWhvc3RlZC5vcmc+ | ||
iQFXBBMBCABBFiEEV2vm36NT+OIy4ReX0oY6VpdiJ6cFAmVVPF8CGy8FCQlmAYAF | ||
CwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQ0oY6VpdiJ6dRFwgAwMq3HRd3 | ||
fj8zh5Zbz3aSKqPkvUU/RhOJj4oj2FYhN3sT4n6JHGICu0PS4N0E0CNrFGdTVUjB | ||
2LoOA7cZlJv/Fr1mgCN5C0l7bcgSgyGVVpLUe4t4pZNVInE/qATFlXO3UVJh+hjZ | ||
JwYrslKnLqPMiXAyA/NZjDOexBiS54kGz2lnFuIHPbC51wMyFPtpGhlHihLTtAPF | ||
v5IFh/mix4L0KYoLsRgMLrz03f1vtZYOxTDVjN9Q050tK+LtJOL/eSnNXpICo/3/ | ||
wSAjhicZr082hmdbuLcJLGRtxBD4gRT7LikLuj0igdkhJ4/r9+yf34ngis4MSGao | ||
uH2Gi/oluPQGQg== | ||
=n397 | ||
-----END PGP PUBLIC KEY BLOCK----- |