Skip to content

Commit ef83e7c

Browse files
authored
Bug 2003374 - Update docker image to latest dependencies
1 parent 9c38e3e commit ef83e7c

File tree

4 files changed

+347
-362
lines changed

4 files changed

+347
-362
lines changed

.github/workflows/perl-slim.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Generate timestamp
2323
run: echo "TIMESTAMP=$(date +%Y%m%d)" >> $GITHUB_ENV
2424
- name: Generate new cpanfile and cpanfile.snapshot
25-
run: docker build -t bmo-cpanfile -f Dockerfile.cpanfile .
25+
run: docker build -t bmo-cpanfile --no-cache -f Dockerfile.cpanfile .
2626
- name: Copy the new cpanfile and cpanfile.snapshot from image
2727
run: |
2828
docker run -v $(pwd):/app/result bmo-cpanfile cp cpanfile cpanfile.snapshot /app/result
@@ -53,5 +53,6 @@ jobs:
5353
tags: |
5454
${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY }}/bmo-perl-slim:${{ env.TIMESTAMP }}
5555
push: true
56+
no-cache: true
5657
cache-from: type=gha
5758
cache-to: type=gha,mode=max

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM us-docker.pkg.dev/moz-fx-bugzilla-prod/bugzilla-prod/bmo-perl-slim:20250328 AS base
1+
FROM us-docker.pkg.dev/moz-fx-bugzilla-prod/bugzilla-prod/bmo-perl-slim:20251202 AS base
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ requires 'Email::Reply';
4444
requires 'Email::Sender';
4545
requires 'Encode', '2.21';
4646
requires 'Encode::Detect';
47-
requires 'FFI::CheckLib';
4847
requires 'FFI::Platypus', '2.00';
4948
requires 'File::Copy::Recursive';
5049
requires 'File::MimeInfo::Magic';

0 commit comments

Comments
 (0)