Skip to content

Commit

Permalink
Merge branch 'main' into files-in-file
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Nov 29, 2023
2 parents 199764a + 53e79f9 commit e6fed08
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN chmod a+x /tmp/out/bin/*
#
# The previous build stage from which binaries are copied is controlled by the
# MODE ARG (see above).
FROM alpine:3.17 AS final
FROM ${BASE_IMG} AS final

# Copy binaries from the 'source' build stage into the image we are building
COPY --from=source /tmp/out/bin/* /usr/local/bin/
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
[![Spotify](https://img.shields.io/badge/Spotify-∞-brightgreen.svg)](https://open.spotify.com/user/alex.band/playlist/1DkYwN4e4tq73LGAeUykA1?si=AXNn9GkpQ4a-q5skG1yiYQ)
[![Discord](https://img.shields.io/discord/818584154278199396?label=Discord&logo=discord)](https://discord.gg/8dvKB5Ykhy)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109262826617293067?domain=https%3A%2F%2Ffosstodon.org&style=social)](https://fosstodon.org/@nlnetlabs)
[![Twitter Follow](https://img.shields.io/badge/follow-%40routinator3000-1DA1F2?logo=twitter&style=social)](https://twitter.com/routinator3000)

Routinator 3000 is free, open-source RPKI Relying Party software. The project
is written in Rust, a programming language designed for performance and
Expand Down Expand Up @@ -42,8 +41,7 @@ locations.
NLnet Labs offers [professional support and consultancy
services](https://www.nlnetlabs.nl/services/contracts/) with a service-level
agreement. Community support is available on
[Discord](https://discord.gg/8dvKB5Ykhy),
[Twitter](https://twitter.com/routinator3000/) and our [mailing
[Discord](https://discord.gg/8dvKB5Ykhy), and our [mailing
list](https://lists.nlnetlabs.nl/mailman/listinfo/rpki). Routinator is
liberally licensed under the [BSD 3-Clause
license](https://github.com/NLnetLabs/routinator/blob/main/LICENSE).
Expand Down
7 changes: 7 additions & 0 deletions doc/manual/source/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ the following command:
cargo install --locked --no-default-features --features socks,native-tls routinator
If you want to enable a specific feature in the container, this is done via
Docker build args, e.g.

.. code-block:: text
docker build . --build-arg CARGO_ARGS="--features native-tls"
Statically Linked Routinator
----------------------------

Expand Down
9 changes: 2 additions & 7 deletions doc/manual/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ Open-source with professional support services
NLnet Labs offers `professional support and consultancy services
<https://www.nlnetlabs.nl/services/contracts/>`_ with a service-level
agreement. Community support is available on `Discord
<https://discord.gg/8dvKB5Ykhy>`_, `Twitter
<https://twitter.com/routinator3000/>`_ and our `mailing list
<https://discord.gg/8dvKB5Ykhy>`_ and our `mailing list
<https://lists.nlnetlabs.nl/mailman/listinfo/rpki>`_. Routinator is
liberally licensed under the `BSD 3-Clause license
<https://github.com/NLnetLabs/routinator/blob/main/LICENSE>`_.

.. only:: html

|discord| |mastodon| |twitter|
|discord| |mastodon|

.. |discord| image:: https://img.shields.io/discord/818584154278199396
:alt: Discord
Expand All @@ -43,10 +42,6 @@ Open-source with professional support services
.. |mastodon| image:: https://img.shields.io/mastodon/follow/109262826617293067?domain=https%3A%2F%2Ffosstodon.org&style=social
:alt: Mastodon
:target: https://fosstodon.org/@nlnetlabs

.. |twitter| image:: https://img.shields.io/badge/follow-%40routinator3000-1DA1F2?logo=twitter&style=social
:alt: Twitter
:target: https://twitter.com/routinator3000/

|
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/source/manual-page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,8 @@ These can be requested by providing different commands on the command line.
option is provided, Routinator will run as that user after the
listening sockets for HTTP and RTR have been created. This may
cause problems, if the user is not allowed to write to the
directory given as repository directory or is not allowed to
read the TAL directory or local exception files.
directory given as repository directory or local exception
files.

.. option:: --group=group-name

Expand Down
3 changes: 2 additions & 1 deletion doc/manual/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ sphinx-version-warning==1.1.2
sphinx-tabs==3.2.0
sphinx-copybutton==0.4.0
sphinx-notfound-page
toml
sphinx_rtd_theme
toml

0 comments on commit e6fed08

Please sign in to comment.