We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeca13f + d61c134 commit 77b9d04Copy full SHA for 77b9d04
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21 as build-root
+FROM golang:1.21
2
3
WORKDIR /go/src/github.com/cyverse-de/data-usage-api
4
skaffold.yaml
@@ -1,14 +1,17 @@
-apiVersion: skaffold/v4beta11
+apiVersion: skaffold/v3
kind: Config
metadata:
name: data-usage-api
5
build:
6
artifacts:
7
- image: harbor.cyverse.org/de/data-usage-api
8
- platforms:
9
- - "linux/amd64"
10
- docker:
11
- dockerfile: Dockerfile
+ tagPolicy:
+ gitCommit: {}
+ local: {}
+ platforms:
12
+ - "linux/amd64"
13
manifests:
14
rawYaml:
15
- k8s/data-usage-api.yml
16
+deploy:
17
+ kubectl: {}
0 commit comments