Skip to content

Commit 6b017cb

Browse files
ci: Remove Nexus from workflows (#1056)
* chore: remove nexus from workflows * add changelog * ci: Remove unused workflow * chore: Adjust the changelog --------- Co-authored-by: Nick Larsen <[email protected]>
1 parent 9819522 commit 6b017cb

28 files changed

+6
-716
lines changed

.github/workflows/build_airflow.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ jobs:
6969
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7070
sdp-version: ${{ env.SDP_VERSION }}
7171

72-
- name: Publish Container Image on docker.stackable.tech
73-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
74-
with:
75-
image-registry-uri: docker.stackable.tech
76-
image-registry-username: github
77-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
78-
image-repository: stackable/${{ env.PRODUCT_NAME }}
79-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
80-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
81-
8272
- name: Publish Container Image on oci.stackable.tech
8373
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8474
with:
@@ -105,15 +95,6 @@ jobs:
10595
with:
10696
persist-credentials: false
10797

108-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
109-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
110-
with:
111-
image-registry-uri: docker.stackable.tech
112-
image-registry-username: github
113-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
114-
image-repository: stackable/${{ env.PRODUCT_NAME }}
115-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
116-
11798
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
11899
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
119100
with:

.github/workflows/build_druid.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ jobs:
7171
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7272
sdp-version: ${{ env.SDP_VERSION }}
7373

74-
- name: Publish Container Image on docker.stackable.tech
75-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
76-
with:
77-
image-registry-uri: docker.stackable.tech
78-
image-registry-username: github
79-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
80-
image-repository: stackable/${{ env.PRODUCT_NAME }}
81-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
82-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
83-
8474
- name: Publish Container Image on oci.stackable.tech
8575
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8676
with:
@@ -107,15 +97,6 @@ jobs:
10797
with:
10898
persist-credentials: false
10999

110-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
111-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
112-
with:
113-
image-registry-uri: docker.stackable.tech
114-
image-registry-username: github
115-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
116-
image-repository: stackable/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118-
119100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
120101
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
121102
with:

.github/workflows/build_hadoop.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ jobs:
7171
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7272
sdp-version: ${{ env.SDP_VERSION }}
7373

74-
- name: Publish Container Image on docker.stackable.tech
75-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
76-
with:
77-
image-registry-uri: docker.stackable.tech
78-
image-registry-username: github
79-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
80-
image-repository: stackable/${{ env.PRODUCT_NAME }}
81-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
82-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
83-
8474
- name: Publish Container Image on oci.stackable.tech
8575
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8676
with:
@@ -107,15 +97,6 @@ jobs:
10797
with:
10898
persist-credentials: false
10999

110-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
111-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
112-
with:
113-
image-registry-uri: docker.stackable.tech
114-
image-registry-username: github
115-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
116-
image-repository: stackable/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118-
119100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
120101
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
121102
with:

.github/workflows/build_hbase.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7373
sdp-version: ${{ env.SDP_VERSION }}
7474

75-
- name: Publish Container Image on docker.stackable.tech
76-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
77-
with:
78-
image-registry-uri: docker.stackable.tech
79-
image-registry-username: github
80-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
81-
image-repository: stackable/${{ env.PRODUCT_NAME }}
82-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
83-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
84-
8575
- name: Publish Container Image on oci.stackable.tech
8676
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8777
with:
@@ -108,15 +98,6 @@ jobs:
10898
with:
10999
persist-credentials: false
110100

111-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
112-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
113-
with:
114-
image-registry-uri: docker.stackable.tech
115-
image-registry-username: github
116-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
117-
image-repository: stackable/${{ env.PRODUCT_NAME }}
118-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
119-
120101
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
121102
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
122103
with:

.github/workflows/build_hello-world.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ jobs:
6767
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6868
sdp-version: ${{ env.SDP_VERSION }}
6969

70-
- name: Publish Container Image on docker.stackable.tech
71-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
72-
with:
73-
image-registry-uri: docker.stackable.tech
74-
image-registry-username: github
75-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
76-
image-repository: stackable/${{ env.PRODUCT_NAME }}
77-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
78-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
79-
8070
- name: Publish Container Image on oci.stackable.tech
8171
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8272
with:
@@ -103,15 +93,6 @@ jobs:
10393
with:
10494
persist-credentials: false
10595

106-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
107-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
108-
with:
109-
image-registry-uri: docker.stackable.tech
110-
image-registry-username: github
111-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
112-
image-repository: stackable/${{ env.PRODUCT_NAME }}
113-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
114-
11596
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
11697
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
11798
with:

.github/workflows/build_hive.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7373
sdp-version: ${{ env.SDP_VERSION }}
7474

75-
- name: Publish Container Image on docker.stackable.tech
76-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
77-
with:
78-
image-registry-uri: docker.stackable.tech
79-
image-registry-username: github
80-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
81-
image-repository: stackable/${{ env.PRODUCT_NAME }}
82-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
83-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
84-
8575
- name: Publish Container Image on oci.stackable.tech
8676
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8777
with:
@@ -108,15 +98,6 @@ jobs:
10898
with:
10999
persist-credentials: false
110100

111-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
112-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
113-
with:
114-
image-registry-uri: docker.stackable.tech
115-
image-registry-username: github
116-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
117-
image-repository: stackable/${{ env.PRODUCT_NAME }}
118-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
119-
120101
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
121102
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
122103
with:

.github/workflows/build_java-base.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ jobs:
6767
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6868
sdp-version: ${{ env.SDP_VERSION }}
6969

70-
- name: Publish Container Image on docker.stackable.tech
71-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
72-
with:
73-
image-registry-uri: docker.stackable.tech
74-
image-registry-username: github
75-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
76-
image-repository: stackable/${{ env.PRODUCT_NAME }}
77-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
78-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
79-
8070
- name: Publish Container Image on oci.stackable.tech
8171
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8272
with:
@@ -103,15 +93,6 @@ jobs:
10393
with:
10494
persist-credentials: false
10595

106-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
107-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
108-
with:
109-
image-registry-uri: docker.stackable.tech
110-
image-registry-username: github
111-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
112-
image-repository: stackable/${{ env.PRODUCT_NAME }}
113-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
114-
11596
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
11697
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
11798
with:

.github/workflows/build_java-devel.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ jobs:
6767
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6868
sdp-version: ${{ env.SDP_VERSION }}
6969

70-
- name: Publish Container Image on docker.stackable.tech
71-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
72-
with:
73-
image-registry-uri: docker.stackable.tech
74-
image-registry-username: github
75-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
76-
image-repository: stackable/${{ env.PRODUCT_NAME }}
77-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
78-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
79-
8070
- name: Publish Container Image on oci.stackable.tech
8171
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8272
with:
@@ -103,15 +93,6 @@ jobs:
10393
with:
10494
persist-credentials: false
10595

106-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
107-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
108-
with:
109-
image-registry-uri: docker.stackable.tech
110-
image-registry-username: github
111-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
112-
image-repository: stackable/${{ env.PRODUCT_NAME }}
113-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
114-
11596
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
11697
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
11798
with:

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ jobs:
7171
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7272
sdp-version: ${{ env.SDP_VERSION }}
7373

74-
- name: Publish Container Image on docker.stackable.tech
75-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
76-
with:
77-
image-registry-uri: docker.stackable.tech
78-
image-registry-username: github
79-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
80-
image-repository: stackable/${{ env.PRODUCT_NAME }}
81-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
82-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
83-
8474
- name: Publish Container Image on oci.stackable.tech
8575
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8676
with:
@@ -107,15 +97,6 @@ jobs:
10797
with:
10898
persist-credentials: false
10999

110-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
111-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
112-
with:
113-
image-registry-uri: docker.stackable.tech
114-
image-registry-username: github
115-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
116-
image-repository: stackable/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118-
119100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
120101
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
121102
with:

.github/workflows/build_kafka.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@ jobs:
7373
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7474
sdp-version: ${{ env.SDP_VERSION }}
7575

76-
- name: Publish Container Image on docker.stackable.tech
77-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
78-
with:
79-
image-registry-uri: docker.stackable.tech
80-
image-registry-username: github
81-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
82-
image-repository: stackable/${{ env.PRODUCT_NAME }}
83-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
84-
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
85-
8676
- name: Publish Container Image on oci.stackable.tech
8777
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8878
with:
@@ -109,15 +99,6 @@ jobs:
10999
with:
110100
persist-credentials: false
111101

112-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
113-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
114-
with:
115-
image-registry-uri: docker.stackable.tech
116-
image-registry-username: github
117-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
118-
image-repository: stackable/${{ env.PRODUCT_NAME }}
119-
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
120-
121102
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
122103
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
123104
with:

0 commit comments

Comments
 (0)