summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2023-06-10chore(ci): Adjust to rust version bumpsJonas Zohren
2023-05-21* Fix Debian builds by actually including the whole `debian` directory into ↵Jonas Zohren
deb creation * Fix CI by explicitly setting hostname of docker in docker service * Fix Docker build by bumping the Rust version to 1.69 * Fix cargo check in CI by bumping the Rust version to 1.69
2022-11-02fix(ci): Only build in (remote host) docker and switch to glibcJonas Zohren
2022-10-13msrv is 1.63 in Cargo.toml; use thatCharles Hall
2022-10-13update rust to avoid a cargo problemCharles Hall
We were hitting [this bug][0] when trying to select a version for clap ^4. [0]: https://github.com/rust-lang/cargo/issues/10623
2022-10-10Dockerfile: changing DB path to be same as we are using in CImajso
2022-02-16fix(docker): use user 1000 and standard db pathJonas Zohren
2022-02-16fix: Docker syntaxJonas Zohren
2022-02-16Set all env vars in docker READMEJonas Zohren
2022-02-16Remove most env vars from DockerfileJonas Zohren
2022-02-16docs: make all configs matchTimo Kösters
2022-02-02Apply feedback from TichoJonas Zohren
2022-02-02fix: Running in DockerJonas Zohren
2022-01-20Use latest stable for Docker imageJonas Platte
2021-12-15Update docker imagesJonas Zohren
2021-11-25Fixes for !225Jonas Zohren
2021-11-21CI: New Multiarch builds and Docker images + cargo clippy/test output now ↵Jonas Zohren
integrated into GitLab
2021-08-29Move docker healthcheck into dedicated script.Daniel Wiesenberg
2021-08-09Bump version of alpine docker image to 3.14Daniel Wiesenberg
2021-07-06Change default port in docker to the newDaniel Wiesenberg
conduit default port 6167 and fix the docker healthcheck
2021-05-22Add CONDUIT_CONFIG to all relevant docker filesDaniel Wiesenberg
And mention that an empty string can be used to configure Conduit purely with env vars.
2021-05-22Update Dockerfile and docker-composeDaniel Wiesenberg
- Dockerfile now tracks the gitlab repository and the master branch. - docker-compose now points to conduit.toml instead of Rocket.toml and its env vars were also renamed from ROCKET_ to CONDUIT_. Furthermore vectorim/riot-web was changed to vectorim/element-web
2020-10-18Fix order of docker command arguments and change repository link to...Daniel Wiesenberg
...github.com repo, to relieve some pressure from git.koesters.xyz.
2020-10-18Change license to Apache-2.0Timo
2020-08-25Docker add healthcheck and mention Docker Hub imageDaniel Wiesenberg
2020-08-17Fix license.Faelar
2020-08-11Move additional files into dedicated folder and make build the def...Daniel Wiesenberg
...fault in the compose files.
2020-08-11Minor modifications to compose file and update Dockerfile commentsDaniel Wiesenberg
2020-08-11Add ability to switch between local and remote build with build arg a...Daniel Wiesenberg
...nd add env vars to docker-compose
2020-08-11Image now builds and runs 🎉 Thx to the help of yzhrDaniel Wiesenberg
2020-08-11Change labels from label-schema to opencontainer.imageDaniel Wiesenberg
2020-08-11Initial docker files trinityDaniel Wiesenberg
The image builds as is, but running it exits with: standard_init_linux.go:211: exec user process caused "no such file or directory"