-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from whitemech/develop
Release 0.1.2
- Loading branch information
Showing
6 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Release summary | ||
|
||
Version number: [e.g. 1.0.1] | ||
|
||
## Release details | ||
|
||
Describe in short the main changes with the new release. | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply._ | ||
|
||
- [ ] I have read the [CONTRIBUTING](../main/CONTRIBUTING.md) doc | ||
- [ ] I am making a pull request against the `main` branch (left side), from `develop` | ||
- [ ] I've updated the dependencies versions to the latest, wherever is possible. | ||
- [ ] Lint and unit tests pass locally. | ||
- [ ] I built the documentation and updated it with the latest changes | ||
- [ ] I've added an item in `HISTORY.md` for this release | ||
- [ ] I bumped the version number in the `CMakeLists.txt` file. | ||
- [ ] I updated the Docker images and published on Docker Hub. | ||
- [ ] After merging the PR, I'll tag the repo with `v${VERSION_NUMVER}` (e.g. `v0.1.2`) | ||
|
||
|
||
## Further comments | ||
|
||
Write here any other comment about the release, if any. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM ubuntu:20.04 | ||
LABEL version="0.1.1" | ||
LABEL version="0.1.2" | ||
LABEL authors="Marco Favorito <[email protected]>" | ||
LABEL contributors="Francesco Fuggitti <[email protected]>" | ||
LABEL description="A Docker image to build the Lydia project." | ||
|
@@ -89,7 +89,7 @@ RUN git clone https://github.com/whitemech/Syft.git &&\ | |
|
||
WORKDIR /build/lydia | ||
|
||
ARG GIT_REF=master | ||
ARG GIT_REF=main | ||
|
||
# Clone and build Lydia | ||
RUN git clone --recursive https://github.com/whitemech/lydia.git /build/lydia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters