Dockerfiles for various services
Go to file
Juan Ferrer 03af1e775e refs #7442 Cache script 2024-07-15 07:50:11 +02:00
authelia Update Jenkins agent 2023-10-17 12:50:32 +02:00
certbot certbot updated 2023-09-22 22:37:39 +02:00
debuild refs #7442 Debuild clean 2024-07-10 12:45:02 +02:00
freeradius freeradius: only use eap-ttls-pap 2020-04-17 12:19:52 +02:00
httpd Added shinobi & httpd 2024-01-08 21:48:00 +01:00
jenkins-agent refs #7442 jenkins agent & reprepro fixes 2024-07-03 13:42:22 +02:00
mediawiki refs #3700 Upgrade Mediawiki to v1.39 2023-06-29 20:06:08 +02:00
mrbs refs #7442 Reprepro, debuild fixes & refactor, push script, README improved 2024-07-09 11:30:13 +02:00
osticket feat: refs #7034 osTicket upgrade to 1.17.5 2024-03-14 08:36:20 +01:00
phpldapadmin refs #7442 jenkins agent & reprepro fixes 2024-07-03 13:42:22 +02:00
phpmyadmin phpMyAdmin style fixes 2020-01-13 20:31:43 +01:00
redmine feat: refs #6459 Deleted plugin issue_dynamic_edit 2024-03-15 10:49:23 +01:00
reprepro refs #7442 Reprepro, debuild fixes & refactor, push script, README improved 2024-07-09 11:30:13 +02:00
semaphore refs #7442 Cache script 2024-07-15 07:50:11 +02:00
shinobi Added shinobi & httpd 2024-01-08 21:48:00 +01:00
.gitignore Added libnss3 2022-11-14 10:35:36 +01:00
LICENSE Initial commit 2020-01-07 09:22:41 +00:00
README.md refs #7442 Reprepro, debuild fixes & refactor, push script, README improved 2024-07-09 11:30:13 +02:00
image-cache.sh refs #7442 Cache script 2024-07-15 07:50:11 +02:00
image-push.sh refs #7442 Cache script 2024-07-15 07:50:11 +02:00
image.conf refs #7442 Cache script 2024-07-15 07:50:11 +02:00

README.md

Verdnatura Docker images

Dockerfile and compose files used as basis for service deployment.

To build, tag and push an image you can use the provided push.sh script.

Registry authentication

Login into docker registry, if you don't logout, credentials will remain saved in your home directory.

docker login $registry

Logout from docker registry.

docker logout $registry

Test image

Run image locally.

docker run --name test $registry/$image:$tag