dependabot[bot]
878ea2f6bf
build(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.4
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.3...v3.0.4 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-16 17:17:48 +00:00
Arcitec
da17603567
feat!: only deploy the branch named "live", to simplify development
...
- Documents all triggers, since this repository is a starting point for people to learn from.
- Only deploys the branch named "live", which gives people more deliberate control of what gets deployed. Why not name it "main"? Because that complicates things a lot when forking this template to your own repos, since the template's default branch is also (currently) named "main", which would among other things complicate the act of syncing the fork via GitHub's web UI. The name "main" also confuses the user since it doesn't give them any hint that it's the only live-published branch.
- Only automatically builds the branches "live", "template" or "main" when pushing new commits. But builds any branch name when it's a pull request, to allow automated PR "build checks" to succeed.
2023-05-16 16:54:47 +00:00
dependabot[bot]
7bcbf37cd7
build(deps): bump sigstore/cosign-installer from 3.0.2 to 3.0.3 ( #62 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 10:06:04 +00:00
Eino Rauhala
1df862aae8
style!: change base-container to base-image ( #49 )
...
#34
2023-04-26 17:15:16 +00:00
Eino Rauhala
a9c15ac306
fix: chore: manual merge action updates from main ( #41 )
...
all changes from the main repo applied,
except those explicitly different in startingpoint
2023-04-24 18:06:27 +00:00
Jorge O. Castro
328595b77d
refactor: avoid subshell, sign image with env. var ( #30 )
...
Works in main, propagating here.
Co-authored-by: xnasero@posteo.net
2023-04-24 17:31:03 +00:00
dependabot[bot]
56a1d24a83
build(deps): bump mikefarah/yq from 4.33.2 to 4.33.3 ( #33 )
...
Bumps [mikefarah/yq](https://github.com/mikefarah/yq ) from 4.33.2 to 4.33.3.
- [Release notes](https://github.com/mikefarah/yq/releases )
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt )
- [Commits](https://github.com/mikefarah/yq/compare/v4.33.2...v4.33.3 )
---
updated-dependencies:
- dependency-name: mikefarah/yq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 17:30:16 +00:00
Eino Rauhala
91d4c3877c
fix: update cosign installer version ( #32 )
...
i hear there's problems with 3.0.1 that are fixed in 3.0.2
that can affect people using this repository as a template
2023-04-22 15:22:44 +00:00
bpbeatty
a27e3cfa13
fix: add recipe build arg ( #23 )
...
startingpoint has been updated to use multiple recipes. currently
this process is broken as the default recipe is always used. this
fixes this by adding a build arg to the containerfile and github
workflow build.
2023-04-06 14:04:53 +00:00
ER
1458ebb19b
chore: clean up test of two recipes
2023-04-03 16:51:13 +03:00
ER
47d7caf7fb
chore: test with two recipes
2023-04-03 16:44:29 +03:00
ER
1bfabe674e
feat: use a recipe matrix
2023-04-03 16:36:28 +03:00
ER
3b64346517
chore: remove unused matrix vars
2023-04-03 16:34:42 +03:00
ER
4527295bb7
chore: tidy tag gen, use correct major ver
2023-04-03 16:34:10 +03:00
ER
c9c011d842
feat: declare image description in recipe.yml
2023-04-03 15:23:59 +03:00
ER
fe16187a92
feat: declare base image and fedora ver in recipe
2023-04-03 15:17:16 +03:00
ER
5947af45da
fix: revert previous commit
2023-04-03 15:08:26 +03:00
ER
f6ec397d50
chore: merge yq and image data step
2023-04-03 15:06:54 +03:00
ER
2b40d4b436
feat: declare image name in recipe.yml
2023-04-03 15:02:22 +03:00
ER
678ab12c5a
fix: $IMAGE_NAME -> ${{ env.IMAGE_NAME }}
2023-04-02 16:31:58 +03:00
ER
f7c2c4ab9a
chore: remove image name from build args (unused)
2023-04-02 16:27:45 +03:00
ER
6cc44ff4a9
feat: update artifacthub readme url
2023-04-02 16:26:36 +03:00
ER
33ddd2bbac
feat: change description for more information
2023-04-02 16:08:53 +03:00
ER
73de53cd39
fix: declare image name in one place
2023-04-02 16:06:55 +03:00
ER
ab6fee7bd2
chore: only build after nvidia & main
2023-04-02 16:03:21 +03:00
ER
2a4ce2830f
chore: clean up workflows
2023-03-08 17:50:41 +02:00
ER
ec416ba1a1
chore: quickly update img metadata
2023-03-04 13:37:44 +02:00
ER
fbd14f502f
fix: typo in workflow_dispatch
2023-03-04 13:03:27 +02:00
ER
2521741049
feat: enable manually running build
2023-03-04 13:02:48 +02:00
Jorge O. Castro
4a21580f4e
fix: remove old pr workflow sections ( #98 )
2023-03-02 21:46:27 -05:00
Jorge O. Castro
785b8f0d8a
fix: rename package back to base ( #97 )
2023-03-02 21:39:29 -05:00
Jorge O. Castro
0aff9bac37
fix: update cosign action ( #94 )
2023-03-02 21:25:43 -05:00
Jorge O. Castro
0c7bc17666
fix: remove if statements ( #96 )
2023-03-02 21:23:19 -05:00
Marco Ceppi
a831ce00df
fix: re-tag image ( #92 )
2023-02-28 09:11:09 -05:00
Marco Ceppi
c40bddfdf3
fix: restore download artifact step, support multi-line tags ( #90 )
2023-02-27 23:59:05 -05:00
Marco Ceppi
8a6f3433ad
fix: remove 38 ( #89 )
2023-02-27 23:30:32 -05:00
Marco Ceppi
6590066ebc
fix: artifact upload/extract ( #88 )
2023-02-27 23:04:56 -05:00
Marco Ceppi
1726d182ee
feat: gha for building / publishing on pr ( #87 )
2023-02-27 22:32:37 -05:00
Marco Ceppi
14b1b7cb04
fix: allow forks to push to registry with label ( #86 )
2023-02-27 21:58:54 -05:00
dependabot[bot]
eb5f71a45a
build(deps): bump actions/checkout from 2 to 3 ( #81 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 21:13:47 -05:00
Jorge O. Castro
43a2c713cb
chore: reenable 38 builds ( #64 )
2023-02-18 01:17:02 -05:00
Animesh Kumar Nayak
2372e3ac85
Update build.yml avoid build on changes to any txt or readme files for both merge and PR requests issue #50 ( #63 )
2023-02-17 16:32:43 -05:00
Jorge O. Castro
521f0adcda
fix: remove 38 builds and fix logo metadata ( #62 )
2023-02-15 17:55:19 -05:00
Jorge O. Castro
7790818c54
chore: add image metadata ( #61 )
2023-02-15 17:24:28 -05:00
Jorge O. Castro
69fd4d7a57
feat: add fedora 38 build ( #45 )
2023-02-11 17:06:54 -05:00
Jorge O. Castro
8c170cfe89
fix: Don't generate an image when README.md is updated ( #36 )
2023-02-03 18:35:30 -05:00
Jorge O. Castro
b7820b4ba3
feat: add conventional commit linting and release notes generator
2023-02-03 18:34:18 -05:00
Robert
c82f8396e3
Directly reference private key in signing step ( #19 )
2022-12-25 17:49:23 -05:00
Robert
d24f751edf
Remove Cosign keyless signing using Rekor ( #18 )
2022-12-25 16:43:29 -05:00
Jorge O. Castro
ec25bb8fb8
Update build.yml ( #16 )
2022-12-25 09:30:14 -05:00