Skip to content

Commit

Permalink
Merge pull request #178 from Peefy/chore-kcl-0.10.6-image-release
Browse files Browse the repository at this point in the history
chore: bump 0.10.6 multi arch image release
  • Loading branch information
Peefy authored Oct 24, 2024
2 parents 6b60f2b + 92d0ab2 commit 2489829
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 99 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
XPKG: xpkg.upbound.io/${{ github.repository}}

# The package version to push. The default is 0.0.0-gitsha.
XPKG_VERSION: v0.10.3
XPKG_VERSION: v0.10.4

jobs:
lint:
Expand Down Expand Up @@ -94,9 +94,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare docker image
run: cp -f ./docker/${{ matrix.arch }}/Dockerfile .

# We ask Docker to use GitHub Action's native caching support to speed up
# the build, per https://docs.docker.com/build/cache/backends/gha/.
- name: Build Runtime
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN --mount=target=. \

# Produce the Function image. We use a very lightweight 'distroless' image that
# does not include any of the build tools used in previous stages.
FROM ${BASE_IMAGE} AS image
FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE} AS image
WORKDIR /
COPY --from=build /function /function
EXPOSE 9443
Expand Down
41 changes: 0 additions & 41 deletions docker/amd64/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions docker/arm64/Dockerfile

This file was deleted.

8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
go.mongodb.org/mongo-driver v1.14.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
Expand Down Expand Up @@ -203,11 +203,11 @@ require (
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
kcl-lang.io/cli v0.10.4 // indirect
kcl-lang.io/kcl-go v0.10.3 // indirect
kcl-lang.io/cli v0.10.6 // indirect
kcl-lang.io/kcl-go v0.10.6 // indirect
kcl-lang.io/kcl-openapi v0.9.0 // indirect
kcl-lang.io/kpm v0.10.0 // indirect
kcl-lang.io/lib v0.10.3 // indirect
kcl-lang.io/lib v0.10.6 // indirect
oras.land/oras-go v1.2.6 // indirect
oras.land/oras-go/v2 v2.5.0 // indirect
sigs.k8s.io/controller-runtime v0.19.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
go.etcd.io/etcd/api/v3 v3.5.14 h1:vHObSCxyB9zlF60w7qzAdTcGaglbJOpSj1Xj9+WGxq0=
Expand Down Expand Up @@ -1505,18 +1505,18 @@ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7F
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 h1:b2FmK8YH+QEwq/Sy2uAEhmqL5nPfGYbJOcaqjeYYZoA=
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kcl-lang.io/cli v0.10.4 h1:1pI6v45d8pYJU6HXLLXn7E4UjmWZjaTelkvid8rtt80=
kcl-lang.io/cli v0.10.4/go.mod h1:rhJTKGuav/B8SJO8VLM07TRWzBVdEo/tAfnCKjL71fo=
kcl-lang.io/kcl-go v0.10.3 h1:S2t+RdIl1d9bhIqcw7rd0Zk/Th2u7kSaAgASbbOuw+w=
kcl-lang.io/kcl-go v0.10.3/go.mod h1:kcXB9Ws4MTMj6zp5YXGxkx+Z4HieIrtlYDnFDhfs2mg=
kcl-lang.io/cli v0.10.6 h1:V/rrIQ8FAODJn4zX5rqByab70WrFl9gidbUsp8x3EPU=
kcl-lang.io/cli v0.10.6/go.mod h1:EiGF8YDoRsmolSukCa0d14tGkKAG6HwIt00i881W05g=
kcl-lang.io/kcl-go v0.10.6 h1:Hj0s1oDZKd2a36SUoYS5hj3cB5B5EmuerEYBkNg4DhE=
kcl-lang.io/kcl-go v0.10.6/go.mod h1:7jYMIya4H9+pyYOcMU+IzNQyAUB+xsMSHSjbaGwjwBs=
kcl-lang.io/kcl-openapi v0.9.0 h1:HUnc5pUGde83PI5CAe1ZvZhdbcxD9X2ABUp1tV+oYqw=
kcl-lang.io/kcl-openapi v0.9.0/go.mod h1:kGCf0AZygrZyB+xpmMtiC3FYoiV/1rCLXuAq2QtuLf8=
kcl-lang.io/kpm v0.10.0 h1:VnsJ5IS8YSvgXYnItLdaJp/1tTrSSmThzmNCWmhm5Bg=
kcl-lang.io/kpm v0.10.0/go.mod h1:MhQh9kewILcUlhuhVBksxWVZfgdwkpkX6xFj1pxF0QM=
kcl-lang.io/krm-kcl v0.10.4 h1:yafeypYW4+5VmbW6hYsPsR9RYuPsQXbj0R0ZW5CCI2k=
kcl-lang.io/krm-kcl v0.10.4/go.mod h1:tTYEUrZ/5Rmefyc4eLmBivBfm18ex/N0IvDd3AyueYQ=
kcl-lang.io/lib v0.10.3 h1:2rbwIpfeq/udqon9roRgKax8LCiQR+/9a6Z2CEU314Q=
kcl-lang.io/lib v0.10.3/go.mod h1:gLxxHHwHTSvN0LH2r36OhsXq28VniI440enqvI75l7M=
kcl-lang.io/lib v0.10.6 h1:OJo0eq4yO8/PyzjiCPLzt+Pl5bxLm6WddhPl/kSzyMg=
kcl-lang.io/lib v0.10.6/go.mod h1:0Dw/MQwRMjLDksxl4JerGBn/ueaxRyCCKBCCwQwJ1MI=
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk=
oras.land/oras-go v1.2.6/go.mod h1:OVPc1PegSEe/K8YiLfosrlqlqTN9PUyFvOw5Y9gwrT8=
oras.land/oras-go/v2 v2.5.0 h1:o8Me9kLY74Vp5uw07QXPiitjsw7qNXi8Twd+19Zf02c=
Expand Down

0 comments on commit 2489829

Please sign in to comment.