Skip to content

Commit fd5864f

Browse files
committed
fixup! Add docker image name template and renamed fips cloud specs (#8429)
1 parent beba904 commit fd5864f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dev-tools/mage/dockerbuilder.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@ import (
1212
"io"
1313
"io/fs"
1414
"log"
15-
"maps"
1615
"os"
1716
"os/exec"
1817
"path/filepath"
1918
"strings"
2019
"time"
2120

2221
"github.com/magefile/mage/mg"
23-
24-
"github.com/elastic/elastic-agent/internal/pkg/agent/install"
25-
"github.com/elastic/elastic-agent/pkg/component"
26-
2722
"github.com/magefile/mage/sh"
2823
)
2924

dev-tools/mage/pkgtypes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
"io"
1515
"io/fs"
1616
"log"
17-
"math"
1817
"os"
1918
"path/filepath"
2019
"reflect"

0 commit comments

Comments
 (0)