Skip to content

Commit a0e1395

Browse files
GromitRazeen-Abdal-Rahman
authored andcommitted
Auto generated from templates by gromit
1 parent d1d0490 commit a0e1395

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
BUILD_PACKAGE_NAME=tyk-gateway-ee
201201
- name: Docker metadata for fips CI
202202
id: ci_metadata_fips
203-
if: ${{ matrix.golang_cross == '1.24-bookworm' }}
203+
if: ${{ matrix.golang_cross == '1.24-bullseye' }}
204204
uses: docker/metadata-action@v5
205205
with:
206206
images: |
@@ -215,7 +215,7 @@ jobs:
215215
type=semver,pattern={{major}}.{{minor}},prefix=v
216216
type=semver,pattern={{version}},prefix=v
217217
- name: push fips image to CI
218-
if: ${{ matrix.golang_cross == '1.24-bookworm' }}
218+
if: ${{ matrix.golang_cross == '1.24-bullseye' }}
219219
uses: docker/build-push-action@v6
220220
with:
221221
context: "dist"
@@ -248,7 +248,7 @@ jobs:
248248
org.opencontainers.image.vendor=tyk.io
249249
org.opencontainers.image.version=${{ github.ref_name }}
250250
- name: push fips image to prod
251-
if: ${{ matrix.golang_cross == '1.24-bookworm' }}
251+
if: ${{ matrix.golang_cross == '1.24-bullseye' }}
252252
uses: docker/build-push-action@v6
253253
with:
254254
context: "dist"
@@ -486,12 +486,12 @@ jobs:
486486
echo 'FROM ${{ matrix.distro }}
487487
ARG TARGETARCH
488488
COPY tyk-gateway*_${TARGETARCH}.deb /tyk-gateway.deb
489-
RUN apt-get update && apt-get install -y curl redis-server
489+
RUN apt-get update && apt-get install -y curl
490490
RUN curl -fsSL https://packagecloud.io/install/repositories/tyk/tyk-gateway/script.deb.sh | bash || echo "Repository setup failed, but continuing"
491491
RUN apt-get install -y tyk-gateway=3.0.8 || echo "Previous version not found, testing fresh install"
492492
RUN dpkg -i /tyk-gateway.deb
493493
494-
RUN /opt/tyk-gateway/install/setup.sh --listenport=8080 --redishost=localhost --redisport=6379 --domain=""
494+
RUN /opt/tyk-gateway/install/setup.sh --listenport=8080 --redishost=localhost --port=6379 --domain=""
495495
COPY ci/tests/api-functionality/data/api.json /opt/tyk-gateway/apps/
496496
CMD redis-server --daemonize yes && sleep 2 && /opt/tyk-gateway/tyk --conf /opt/tyk-gateway/tyk.conf
497497
' | tee Dockerfile
@@ -553,7 +553,7 @@ jobs:
553553
RUN rpm --checksig /tyk-gateway.rpm
554554
RUN rpm -Uvh --force /tyk-gateway.rpm
555555
556-
RUN /opt/tyk-gateway/install/setup.sh --listenport=8080 --redishost=localhost --redisport=6379 --domain=""
556+
RUN /opt/tyk-gateway/install/setup.sh --listenport=8080 --redishost=localhost --port=6379 --domain=""
557557
COPY ci/tests/api-functionality/data/api.json /opt/tyk-gateway/apps/
558558
CMD ["/opt/tyk-gateway/tyk", "--conf", "/opt/tyk-gateway/tyk.conf"]
559559
' | tee Dockerfile

0 commit comments

Comments
 (0)