Skip to content

Commit 77b9d04

Browse files
authored
Merge pull request #18 from slr71/main
changed the skaffold.yaml schema version to v3
2 parents aeca13f + d61c134 commit 77b9d04

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as build-root
1+
FROM golang:1.21
22

33
WORKDIR /go/src/github.com/cyverse-de/data-usage-api
44

skaffold.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
apiVersion: skaffold/v4beta11
1+
apiVersion: skaffold/v3
22
kind: Config
33
metadata:
44
name: data-usage-api
55
build:
66
artifacts:
77
- image: harbor.cyverse.org/de/data-usage-api
8-
platforms:
9-
- "linux/amd64"
10-
docker:
11-
dockerfile: Dockerfile
8+
tagPolicy:
9+
gitCommit: {}
10+
local: {}
11+
platforms:
12+
- "linux/amd64"
1213
manifests:
1314
rawYaml:
1415
- k8s/data-usage-api.yml
16+
deploy:
17+
kubectl: {}

0 commit comments

Comments
 (0)