summaryrefslogtreecommitdiffstats
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docker: config path fixAleš Mrázek2024-08-261-1/+1
|
* Dockerfile: upgrade to Debian 12 and newest Knot DNSOto Šťáva2024-07-111-7/+23
|
* Dockerfile: fix typo 'update' -> 'upgrade'Oto Šťáva2024-03-271-1/+1
|
* manager: config examplesAleš Mrázek2023-09-201-1/+1
|
* manager: use .yaml suffix for config filesAleš Mrázek2023-07-231-2/+2
|
* Dockerfile: really expose all the servicesVladimír Čunát2023-06-191-4/+4
|
* docker: removed useless OBS repo from DockerfileVasek Sraier2022-12-021-7/+1
|
* docker: build with manager using apkgVasek Sraier2022-12-021-60/+43
|
* docker: update to Debian 11Tomas Krizek2021-08-181-7/+6
|
* Dockerfile: update Knot DNSTomas Krizek2021-05-051-1/+1
|
* docker: add dnstap supportTomas Krizek2021-01-041-3/+4
|
* Dockerfile: add nghttp2 dependencyTomas Krizek2020-10-131-2/+2
|
* ci: use docker image with knot 3.0Lukáš Ježek2020-09-161-1/+1
|
* treewide: move to our new GitLab URLVladimír Čunát2020-07-101-1/+1
| | | | | s/gitlab\.labs\.nic/gitlab.nic/g Redirects are in place, so it shouldn't be required now, but why not.
* treewide: machine readable license for all the restPetr Špaček2020-02-251-0/+1
| | | | | These files did not have GNU GPL v3 boilderplate in them so I've added machine readable tag with appropriate license.
* packages: fix dependenciesLukáš Ježek2019-12-201-2/+2
|
* packages: remove lua-sec and add lua-httpLukáš Ježek2019-12-201-2/+2
|
* doh debug: package debug_opensslkeylog.soPetr Špaček2019-11-201-1/+1
|
* ci: switch to Knot DNS 2.9.xTomas Krizek2019-10-161-1/+1
|
* docker: use latest Knot DNSTomas Krizek2019-09-261-1/+1
|
* docker: update ports, add dohTomas Krizek2019-04-181-2/+2
|
* migrate to Knot DNS 2.8Tomas Krizek2019-03-121-1/+1
|
* meson: Dockerfile - update buildTomas Krizek2019-03-121-10/+8
|
* meson: update dependenciesTomas Krizek2019-03-121-1/+1
|
* Add ca-certificates to runtime on DockerfileJayson Reis2019-02-271-1/+4
|
* dockerfile: use ENTRYPOINT for main commandTomas Krizek2019-01-071-2/+3
|
* dockerfile: use LABEL instead of MAINTAINERTomas Krizek2019-01-071-1/+2
|
* doc: remove bootstrap-depends.sh exampleTomas Krizek2018-11-141-1/+0
|
* Dockerfile: update imageTomas Krizek2018-11-141-0/+75
- building different version of kresd is not properly supported (uses current directory with checked-out code instead of git master) - based on debian:stable instead of alpine for easier dependency resolution - moved both Dockerfile and config to more appropriate locations