Skip to content

Commit

Permalink
Doc/update readme with multi arch info and "jaba" (#16)
Browse files Browse the repository at this point in the history
* chore: add ALPINE_VERSION build arg and add multi-arch support.

* chore: build the images daily.

* chore: run tests using the arm64 version.

* chore: use docker compose plugin (v2) by default.

* chore: build during tests.

* chore: github actions wont allow arm64 to execute. Ok.

* chore: test CD.

* chore: remove docker-compose.yaml.

* chore: remove docker-compose.yaml. #2

* doc: updated README.MD with multi-arch info and "jaba".

* fix: set correct path to cd.yaml badges.

* chore: add tests badge.
  • Loading branch information
gcavalcante8808 authored Jul 18, 2024
1 parent b8e7cff commit 0d37189
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
↖️ Table of Contents

<h1 align="center"><code>Krb5 Server - Docker Image</code></h1>

<div align="center">
<a href="https://github.com/gcavalcante8808/docker-krb5-server/actions/workflows/cd.yaml">
<img src="https://github.com/gcavalcante8808/docker-krb5-server/actions/workflows/cd.yaml/badge.svg">
</a>
<a href="https://github.com/gcavalcante8808/docker-krb5-server/actions/workflows/tests.yaml">
<img src="https://github.com/gcavalcante8808/docker-krb5-server/actions/workflows/tests.yaml/badge.svg">
</a>
<a href="https://www.buymeacoffee.com/gcavalcante8808">
<img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee" alt="buy me a coffee">
</a>
</div>
<br>

Krb5 Server
-----------

This is a gcavalcante8808/krb5-server image with MIT Kerberos v5 installed.
This is a gcavalcante8808/krb5-server image with MIT Kerberos v5 installed with Alpine as base image.

Daily Builds are available and linux/amd64 and linux/arm64 support.

Simple Usage
------------
Expand Down Expand Up @@ -54,7 +73,7 @@ With all this information, you can now run the container:
docker run -d --name krb5-server -e KRB5_REALM=EXAMPLE.COM -e KRB5_KDC=localhost -e KRB5_PASS=mypass -p 88:88 -p 464:464 -p 749:749 gcavalcante8808/krb5-server
```

If you haven't provided the password, find him at the logs:
If you haven't provided the password, find it at the logs:

```
docker logs krb5-server
Expand Down Expand Up @@ -126,7 +145,7 @@ In this case you can use rngd (will be necessary to restart the container after
/sbin/rngd
```

You can use havaged as well, as we can see in the digitalOcean tutorial:
You can use `havaged` as well, as we can see in the digitalOcean tutorial:

https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged

Expand Down

0 comments on commit 0d37189

Please sign in to comment.