Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cd): remove alpine from CD pipeline #10926

Merged
merged 2 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.**
chronolaw marked this conversation as resolved.
Show resolved Hide resolved
[#10926](https://github.com/Kong/kong/pull/10926)

#### Core

#### Plugins
Expand Down