Commit Graph

14 Commits

Author SHA1 Message Date
Elbaz
d2eacd93dc
Update release process to release tofu binary (#456) 2023-09-21 16:20:24 +03:00
Marcin Białoń
1b6233617b
Release workflow (#173)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
2023-08-29 11:00:24 +02:00
Kuba Martin
8469049a48
Rename scripts to use OpenTF (#166)
Signed-off-by: Jakub Martin <kubam@spacelift.io>
2023-08-24 11:43:51 +02:00
Yaron Yarimi
b4d52ffccd Rename email to opentf.org 2023-08-22 16:00:01 +03:00
Yaron Yarimi
1acc4d4f3c Rename Hashicorp email 2023-08-22 15:45:05 +03:00
hashicorp-copywrite[bot]
325d18262e [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
Alvin Huang
70a8be60b9 switch to hashicorp docker mirror 2020-10-29 22:37:11 -04:00
Kristin Laemmert
f211cf0c73 build: update comments in dockerfile 2020-10-21 08:49:36 -04:00
Kristin Laemmert
2a478ed905 this is still used, let's leave it in place for now 2020-10-13 10:03:24 -04:00
Kristin Laemmert
d2e999ba1f
remove unused code (#26503)
* remove unused code

I've removed the provider-specific code under registry, and unused nil
backend, and replaced a call to helper from backend/oss (the other
callers of that func are provisioners scheduled to be deprecated).

I also removed the Dockerfile, as our build process uses a different
file.

Finally I removed the examples directory, which had outdated examples
and links. There are better, actively maintained examples available.

* command: remove various unused bits

* test wasn't running

* backend: remove unused err
2020-10-07 11:00:06 -04:00
sixcorners
ae5f43ba25 build: Don't create apk cache in "full" docker image 2019-11-11 16:04:23 -08:00
Jesse Adametz
643752e05a build: Stop using deprecated MAINTAINER in Dockerfile
Instead, use the "maintainer" label.
2017-10-27 17:25:44 -07:00
Jake Champlin
3db869b7fe
update dockerfile to not include version prerelease string 2017-08-02 19:49:56 -04:00
Martin Atkins
909c45488f build: Move the "full" Dockerfile into the root of our main repo
Previously this lived in a separate repo docker-hub-images, shared with
other products. Having multiple products sharing a repo complicates
release processes and works against some assumptions made by the Dockerhub
build system.

The "full" Dockerfile contains a Terraform binary built from source, and
so it can be used with any arbitrary Terraform source tree. This doesn't
yet include the "light" Dockerfile, which instead makes an image from
official binaries already on releases.hashicorp.com. That will follow in
a subsequent commit.
2017-07-19 12:40:21 -07:00