Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to see docker images and github actions #2

Closed
markussiebert opened this issue Apr 1, 2022 · 3 comments
Closed

I would like to see docker images and github actions #2

markussiebert opened this issue Apr 1, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@markussiebert
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I like this tool, because it solves a problem I have when building lambda functions for aws and only want to deploy them if anything changes - so deterministic builds are very helpful.

But it would be great, if there are docker images and github actions I can use :-)

I may be able to implement this, but are you interested in seeing this project?

@markussiebert markussiebert added the enhancement New feature or request label Apr 1, 2022
@timo-reymann timo-reymann self-assigned this Apr 1, 2022
@timo-reymann
Copy link
Owner

Hi @markussiebert,

first thank you for leaving your feedback. Always glad to hear when something I made helps others! 馃憤

For CircleCI i already created an orb, so i would be also interested in the GitHub Action. If you already have some experience and feel able to implement it, i would gladly support you if there is anything coming up.

For the docker images part: I dont see a real use case here. Can you maybe elaborate further here which usecase/scenarios you see?

Cheers
Timo

@timo-reymann timo-reymann added the question Further information is requested label Apr 1, 2022
This was referenced May 17, 2023
@timo-reymann
Copy link
Owner

@markussiebert, @glenthomas there is now a docker image + GitHub action, so feel free to check it out and use it in your projects :)

@glenthomas
Copy link

@markussiebert, @glenthomas there is now a docker image + GitHub action, so feel free to check it out and use it in your projects :)

Thanks @timo-reymann. It looks like the usage instructions here are incomplete as there is no uses.

I think it should be this:

    steps:
      - name: Build zip file
        uses: timo-reymann/deterministic-zip-gh-action
        with:
          source: .
          target: my-archive.zip
          # args: your additional arguments if required go here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants