Skip to content

Commit

Permalink
chore(cd): remove alpine from CD pipeline (#10926)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored May 23, 2023
1 parent 068b318 commit c7a0d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ build-packages:
package: rpm
check-manifest-suite: el7-amd64

# Alpine
- label: alpine
os: ubuntu-22.04
package: apk
bazel_args: --platforms=//:alpine-crossbuild-x86_64
check-manifest-suite: alpine-amd64
- label: alpine-arm64
os: ubuntu-22.04
package: apk
bazel_args: --platforms=//:alpine-crossbuild-aarch64
check-manifest-suite: alpine-arm64

# Amazon Linux
- label: amazonlinux-2
os: ubuntu-22.04
Expand Down Expand Up @@ -104,25 +92,15 @@ build-images:
package: rpm
artifact-from: rhel-7

# Alpine
- label: alpine
base-image: alpine:3.16
package: apk
artifact-from: alpine
artifact-from-alt: alpine-arm64
docker_platforms: linux/amd64, linux/arm64

smoke-tests:
- label: ubuntu
- label: debian
- label: rhel
- label: alpine

scan-vulnerabilities:
- label: ubuntu
- label: debian
- label: rhel
- label: alpine

release-packages:
# Ubuntu
Expand Down Expand Up @@ -201,15 +179,7 @@ release-packages:
artifact-type: amazonlinux
artifact: kong.aws2022.amd64.rpm

# Alpine
- label: alpine
package: apk
artifact-from: alpine
artifact-type: alpine
artifact: kong.amd64.apk.tar.gz

release-images:
- label: ubuntu
- label: debian
- label: rhel
- label: alpine
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

### Breaking Changes

**Alpine packages, Docker images are now removed from the release and are no longer supported in future versions.**
[#10926](https://github.com/Kong/kong/pull/10926)

#### Core

#### Plugins
Expand Down

1 comment on commit c7a0d35

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:c7a0d350a1a64c8ed549cbd3fb585db0649e234c
Artifacts available https://github.com/Kong/kong/actions/runs/5060264824

Please sign in to comment.