Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gsaslis/heartwood

Tags

v1.0.0-rc.10

Toggle v1.0.0-rc.10's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.10

1.0.0-rc.yorgos

Toggle 1.0.0-rc.yorgos's commit message

Verified

This commit was signed with the committer’s verified signature.
gsaslis Yorgos Saslis
build: switch to build args over env vars in dockerfile

`--env` is a podman-specific feature. While it is clear that podman is a requirement here, switching these to build arguments better expresses intent.

 These values are meant to be configurable at build time, which is exactly what build arguments are for, while environment variables are meant to persist in the image built.

Additionally, this removes a couple of unused env vars.

Signed-off-by: Yorgos Saslis <[email protected]>

v1.0.0-rc.10.yorgos

Toggle v1.0.0-rc.10.yorgos's commit message
test yorgos

v1.0.0-rc.yorgos

Toggle v1.0.0-rc.yorgos's commit message

Verified

This commit was signed with the committer’s verified signature.
gsaslis Yorgos Saslis
build: switch to build args over env vars in dockerfile

`--env` is a podman-specific feature. While it is clear that podman is a requirement here, switching these to build arguments better expresses intent.

 These values are meant to be configurable at build time, which is exactly what build arguments are for, while environment variables are meant to persist in the image built.

Additionally, this removes a couple of unused env vars.

Signed-off-by: Yorgos Saslis <[email protected]>

v1.0.0-rc.9

Toggle v1.0.0-rc.9's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.9

v1.0.0-rc.8

Toggle v1.0.0-rc.8's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.8

v1.0.0-rc.7

Toggle v1.0.0-rc.7's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.7

v1.0.0-rc.6

Toggle v1.0.0-rc.6's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.6

v1.0.0-rc.5

Toggle v1.0.0-rc.5's commit message

Verified

This tag was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Release 1.0.0-rc.5

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cloudhead Alexis Sellier
Reproducible cross-compiled builds

Implement a new build pipeline using `podman` and `zig` that is
reproducible and can be run entirely on linux.

We also simplify the versioning system, defaulting to the output of `git
describe` when there are no exact tag matches.