Commit Graph
7 Commits
Author SHA1 Message Date
Robin Schneider 0d8d6858fc Do not build unneeded runtime image (#43)
The runtime image was not the last stage thus it was always build and
left as untagged image. We can improve that. Refer to the docs for the
`docker build --target` option:

> Commands after the target stage will be skipped.

Ref: https://docs.docker.com/engine/reference/commandline/build/#specifying-target-build-stage---target

This commit simply moves the dpkg build stage patch above the runtime
image stage.
2022-12-30 15:16:48 +01:00
ydylla 73ebe86441 fix: remove references to Rocket.toml (#42)
It does not exist for 1.25.0, apparently it is no longer needed.
2022-06-02 22:51:36 +02:00
Greizgh 394689b432 create package in its own directory
fixes #37
2021-10-11 18:47:59 +02:00
Thomas Meckel 6fb0d32bd9 Added support for dynamically configure DEB package creation 2021-05-09 10:45:53 +02:00
Greizgh ffb4d2ab6e rename built package 2021-05-04 19:19:53 +02:00
Greizgh 16b9d95731 bitwarden_rs was renamed to vaultwarden 2021-05-04 19:08:58 +02:00
Greizgh 0a9bf0bf57 bump v1.19.0
Rework the dockerfile to build dpkg in a dedicated stage.
This simplifies the diff and hopefully reduce maintenance cost for
future versions.
2021-02-12 14:02:20 +01:00