10000 Tags · Mu-L/earthly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Mu-L/earthly

Tags

v0.5.18

Toggle v0.5.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow user to override container and volume names (earthly#1083)

This allows a user to switch between volume caches, which increases the
speed of testing operations where one needs to reset the volume cache.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

v0.5.17

Toggle v0.5.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create docs on build-args and secrets (earthly#1054)

* Create docs on build-args and secrets

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

* post-PR additions

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

v0.5.16

Toggle v0.5.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Experimental Windows Build (earthly#1028)

* Selfhosting achieved

* Add Windows coloring

* Cleaning

* Update Earthfile

Co-authored-by: Vlad A. Ionescu <446771+vladaionescu@users.noreply.github.com>

* Add github release test for windows

* Lint?

* GHA Windows

* Update git script

* Update git script again

* Update git script again, again

* Update git script again, again. For reals.

* Remote debugging via YAML

* Doh

* Missing .exe

* Temp Dir is now cross-platform

* Builddkite?

* Remove GHA attempts

* Native is on WSL2

* Fix windows native build.

* Shell debugging

* More shell debugging

* More shell debugging, again.

* More shell debugging, again. Again.

* More shell debugging, again. Again. Again.

* Can i call it via cmd?

* Undo all the bad things

* Update after merge. go mod tidy.

* Windows CI is not ready for primetime.

Co-authored-by: Vlad A. Ionescu <446771+vladaionescu@users.noreply.github.com>

v0.5.15

Toggle v0.5.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Earthly dir tweaks (earthly#1015)

* Earthly dir tweaks.

* Review feedback.

Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>

v0.5.14

Toggle v0.5.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a variant for the Earthly target project without the tag. (earthl…

…y#1011)

Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>

v0.5.13

Toggle v0.5.13's commit message
buildkitd was not building on arm64 without calling apk fix

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

v0.5.12

Toggle v0.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Display which secret was not found in error message (earthly#972)

Previously if one referenced a secret which was not available, earthly
would fail and simply return "Error: not found"; this changes the
behavious to display which secret was not found.

For example, consider an Earthfile like:

    foo:
        FROM alpine:latest
        RUN --secret password=+secrets/password env

If you invoke earthly +foo (without passing a value for the password secret), now it will display
an error such as:

    Error: unable to lookup secret password: not found

Where as previously it just displayed:

    Error: not found

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

v0.5.11

Toggle v0.5.11's commit message
Update FROM DOCKERFILE -f description text.

v0.5.10

Toggle v0.5.10's commit message
Minor.

v0.5.9

Toggle v0.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Earthly installation improvements (earthly#910)

* Turn off pull reporting temporarily. Other small improvements to buildkit startup code.

* Perform pull and buildkit start as part of bootstrap.

Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>
0