mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 11:49:29 -05:00
chore(deps): update actions/checkout action to v5 (#768)
* chore(deps): update actions/checkout action to v5 * chore: Update docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Wentzel <nitram.wentzel@gmail.com>
This commit is contained in:
parent
c26b4449ce
commit
c33013cf0c
17 changed files with 11 additions and 27 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- resource_type: TestAccDockerService
|
||||
registry: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
|
|||
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
compile:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
|
|||
2
.github/workflows/golangci-lint.yaml
vendored
2
.github/workflows/golangci-lint.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: lint
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
- name: Set up Go
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yaml
vendored
2
.github/workflows/unit-test.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
unit-test:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
|
|||
2
.github/workflows/website-link.yaml
vendored
2
.github/workflows/website-link.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
markdown-link-check:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
name: markdown-link-check docs/**/*.md
|
||||
with:
|
||||
|
|
|
|||
6
.github/workflows/website-lint.yaml
vendored
6
.github/workflows/website-lint.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
website-generation:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
website-lint-spellcheck-tffmt:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
markdown-lint:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: avto-dev/markdown-lint@v1
|
||||
with:
|
||||
args: 'docs'
|
||||
|
|
|
|||
|
|
@ -45,5 +45,3 @@ data "docker_image" "tag_and_digest" {
|
|||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `repo_digest` (String) The image sha256 digest in the form of `repo[:tag]@sha256:<hash>`. It may be empty in the edge case where the local image was pulled from a repo, tagged locally, and then referred to in the data source by that local name/tag.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,5 +36,3 @@ description: |-
|
|||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `logs_list_string` (List of String) List of container logs, each element is a line.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,5 +43,3 @@ Read-Only:
|
|||
- `gateway` (String)
|
||||
- `ip_range` (String)
|
||||
- `subnet` (String)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,5 +39,3 @@ data "docker_plugin" "by_id" {
|
|||
- `grant_all_permissions` (Boolean) If true, grant all permissions necessary to run the plugin
|
||||
- `name` (String) The plugin name. If the tag is omitted, `:latest` is complemented to the attribute value.
|
||||
- `plugin_reference` (String) The Docker Plugin Reference
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -38,5 +38,3 @@ resource "docker_image" "ubuntu" {
|
|||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `sha256_digest` (String) The content digest of the image, as stored in the registry.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -48,5 +48,3 @@ Read-Only:
|
|||
- `media_type` (String)
|
||||
- `os` (String)
|
||||
- `sha256_digest` (String)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -118,5 +118,3 @@ Optional:
|
|||
- `default_load` (Boolean) Automatically load images to the Docker Engine image store. Defaults to `false`
|
||||
- `key` (String) Sets the TLS client key.
|
||||
- `servername` (String) TLS server name used in requests.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: "Resource docker_image - terraform-provider-docker"
|
|||
subcategory: ""
|
||||
description: |-
|
||||
Manages the lifecycle of a docker image in your docker host. It can be used to build a new docker image or to pull an existing one from a registry.
|
||||
This resource will not pull new layers of the image automatically unless used in conjunction with dockerregistryimage ../data-sources/registry_image.md data source to update the pull_triggers field.
|
||||
This resource will not pull new layers of the image automatically unless used in conjunction with docker_registry_image ../data-sources/registry_image.md data source to update the pull_triggers field.
|
||||
---
|
||||
<!-- Bug: Type and Name are switched -->
|
||||
# Resource (docker_image)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: "Resource docker_service - terraform-provider-docker"
|
|||
subcategory: ""
|
||||
description: |-
|
||||
This resource manages the lifecycle of a Docker service. By default, the creation, update and delete of services are detached.
|
||||
With the Converge Config the behavior of the docker cli is imitated to guarantee tha for example, all tasks of a service are running or successfully updated or to inform terraform that a service could no be updated and was successfully rolled back.
|
||||
With the Converge Config the behavior of the docker cli is imitated to guarantee tha for example, all tasks of a service are running or successfully updated or to inform terraform that a service could no be updated and was successfully rolled back.
|
||||
---
|
||||
<!-- Bug: Type and Name are switched -->
|
||||
# Resource (docker_service)
|
||||
|
|
|
|||
|
|
@ -28,5 +28,3 @@ Creates a docker tag. It has the exact same functionality as the `docker tag` co
|
|||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `source_image_id` (String) ImageID of the source image in the format of `sha256:<<ID>>`
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue