-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DXE-3869 Merge pull request #570 from akamai/release/v6.3.0
Release/v6.3.0
- Loading branch information
Showing
174 changed files
with
27,809 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21-alpine3.18 | ||
FROM golang:1.21.12-alpine3.20 | ||
|
||
ENV PROVIDER_VERSION="1.0.0" \ | ||
CGO_ENABLED=0 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ RUN apt update && apt install -y curl git gcc ca-certificates openssh-client gnu | |
&& curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - \ | ||
&& apt update && apt install -y terraform \ | ||
&& update-ca-certificates \ | ||
&& curl -o go1.21.0.linux-amd64.tar.gz https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz \ | ||
&& rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.0.linux-amd64.tar.gz \ | ||
&& curl -o go1.21.12.linux-amd64.tar.gz https://dl.google.com/go/go1.21.12.linux-amd64.tar.gz \ | ||
&& rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.12.linux-amd64.tar.gz \ | ||
&& go install github.com/goreleaser/[email protected] \ | ||
&& mkdir -p /root/.terraform.d/plugins/registry.terraform.io/akamai/akamai/10.0.0/linux_amd64 /root/.ssh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.