@@ -7,8 +7,8 @@ name: "coder/coder-enterprise/coder-service-2"
7
7
# The most specific version should be the first tag and will be shown
8
8
# on ironbank.dso.mil
9
9
tags :
10
- - " 0.15.3"
11
- - " latest"
10
+ - " 0.15.3"
11
+ - " latest"
12
12
13
13
# Build args passed to Dockerfile ARGs
14
14
args :
@@ -34,31 +34,31 @@ labels:
34
34
35
35
# List of resources to make available to the offline build context
36
36
resources :
37
- # Coder binary
38
- - url : " https://github.com/coder/coder/releases/download/v0.15.3/coder_0.15.3_linux_amd64.tar.gz"
39
- filename : " coder.tar.gz"
40
- validation :
41
- type : sha256
42
- value : 2c88555777f1d9cc77a8f049093f4002472dc43d52b026e6784ef477bdced4a2
43
- # Terraform binary, bundled inside of Coder to support air-gapped installs.
44
- - url : https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_linux_amd64.zip
45
- filename : " terraform.zip"
46
- validation :
47
- type : sha256
48
- value : b8cf184dee15dfa89713fe56085313ab23db22e17284a9a27c0999c67ce3021e
49
- # Coder Terraform provider, bundled inside of Coder to support air-gapped
50
- # installs.
51
- - url : https://github.com/coder/terraform-provider-coder/releases/download/v0.6.10/terraform-provider-coder_0.6.10_linux_amd64.zip
52
- filename : " terraform-provider-coder.zip"
53
- validation :
54
- type : sha256
55
- value : de6db7814d4995938dcfa46a6d5b28bf9efb095fecf737285f52cfd4c85948c5
37
+ # Coder binary
38
+ - url : " https://github.com/coder/coder/releases/download/v0.15.3/coder_0.15.3_linux_amd64.tar.gz"
39
+ filename : " coder.tar.gz"
40
+ validation :
41
+ type : sha256
42
+ value : 2c88555777f1d9cc77a8f049093f4002472dc43d52b026e6784ef477bdced4a2
43
+ # Terraform binary, bundled inside of Coder to support air-gapped installs.
44
+ - url : https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_linux_amd64.zip
45
+ filename : " terraform.zip"
46
+ validation :
47
+ type : sha256
48
+ value : b8cf184dee15dfa89713fe56085313ab23db22e17284a9a27c0999c67ce3021e
49
+ # Coder Terraform provider, bundled inside of Coder to support air-gapped
50
+ # installs.
51
+ - url : https://github.com/coder/terraform-provider-coder/releases/download/v0.6.10/terraform-provider-coder_0.6.10_linux_amd64.zip
52
+ filename : " terraform-provider-coder.zip"
53
+ validation :
54
+ type : sha256
55
+ value : de6db7814d4995938dcfa46a6d5b28bf9efb095fecf737285f52cfd4c85948c5
56
56
57
57
# List of project maintainers
58
58
maintainers :
59
- - email : " eric@coder.com"
60
- name : " Eric Paulsen"
61
- username : " ericpaulsen"
62
- - email : " dean@coder.com"
63
- name : " Dean Sheather"
64
- username : " cdrdean"
59
+ - email : " eric@coder.com"
60
+ name : " Eric Paulsen"
61
+ username : " ericpaulsen"
62
+ - email : " dean@coder.com"
63
+ name : " Dean Sheather"
64
+ username : " cdrdean"
0 commit comments