Publish the CI/CD components in this project to the CI/CD Catalog
To publish CI/CD components to the Catalog, you must use the
release
keyword in a CI/CD job.
How do I publish a component?
Evidence collection
0.16.0-evidences-4.json a0c2102e
Collected 1 year ago
Release 0.16.0 of components repository gnugen-admin/opentofu.
Usage
You can use the OpenTofu CI/CD component from the CI/CD catalog using:
include:
- component: gitlab.com/components/opentofu/full-pipeline@0.16.0
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version: 0.16.0
opentofu_version: 1.6.1
stages: [validate, test, build, deploy, cleanup]
See the README.md for more usage examples.
Available OpenTofu versions
This release is available with the following OpenTofu versions:
Available GitLab OpenTofu images
This release deployed the following gitlab-opentofu
images:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:latest
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:latest-opentofulatest
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:latest-opentofu1.6.1
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:latest-opentofu1.6.0
- (digest:
sha256:463f52f3bfc53f8568c2ab29b6bdc2a721bd98d4a0560609a977fd244ea5d2da
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
- (digest:
sha256:17d7736c509f72a08821873ec7439fa96272d41e88d87dbed4e0b2164efcf589
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:0.16.0
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:0.16.0-opentofulatest
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.1
- (digest:
sha256:cea1cdefa87af804ed694b0cf670c86ee198a5634b41e039e99a0fe3b0c58976
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.0
- (digest:
sha256:463f52f3bfc53f8568c2ab29b6bdc2a721bd98d4a0560609a977fd244ea5d2da
)
- (digest:
-
gitlab.gnugen.ch:5005/gnugen-admin/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.0-rc1
- (digest:
sha256:17d7736c509f72a08821873ec7439fa96272d41e88d87dbed4e0b2164efcf589
)
- (digest:
Note:
When using the component with the inputs
version
andopentofu_version
,
then the image tag is constructed with the following pattern:
<version>-opentofu<opentofu_version>
Read more about versioning and releases here.