File tree 4 files changed +5
-30
lines changed
4 files changed +5
-30
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{"ParameterKey" : " ELBCertificateArn" , "ParameterValue" : " " },
3
- {"ParameterKey" : " EcrImageTagNginx" , "ParameterValue" : " 1693596211 " },
4
- {"ParameterKey" : " EcrImageTagPhp" , "ParameterValue" : " 1693596211 " },
3
+ {"ParameterKey" : " EcrImageTagNginx" , "ParameterValue" : " 1734722017 " },
4
+ {"ParameterKey" : " EcrImageTagPhp" , "ParameterValue" : " 1734722017 " },
5
5
{"ParameterKey" : " Environment" , "ParameterValue" : " prod" },
6
6
{"ParameterKey" : " ExecRoleArn" , "ParameterValue" : " " },
7
7
{"ParameterKey" : " Subnets" , "ParameterValue" : " " },
Original file line number Diff line number Diff line change @@ -580,31 +580,6 @@ Resources:
580
580
Properties :
581
581
UserName : !Ref iamusergithubactions
582
582
583
- # REDIS
584
- rediscluster :
585
- Type : AWS::ElastiCache::ReplicationGroup
586
- Properties :
587
- AtRestEncryptionEnabled : False
588
- AutoMinorVersionUpgrade : True
589
- CacheNodeType : cache.t4g.micro
590
- CacheSubnetGroupName : !Ref redissubnet
591
- ClusterMode : Disabled
592
- Engine : redis
593
- EngineVersion : 7.0.7
594
- MultiAZEnabled : False
595
- NumNodeGroups : 1
596
- PrimaryClusterId : poser-stats
597
- ReplicationGroupDescription : poser-stats
598
- SecurityGroupIds : !Ref sgredis
599
- SnapshotRetentionLimit : 1
600
- TransitEncryptionEnabled : False
601
- redissubnet :
602
- Type : AWS::ElastiCache::SubnetGroup
603
- Properties :
604
- CacheSubnetGroupName : poser-subnet
605
- Description : poser-subnet
606
- SubnetIds : !Ref Subnets
607
-
608
583
# ###############################################################################
609
584
# Outputs #
610
585
# ###############################################################################
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM debian:12.7 as awsbuilder
5
5
ENV DEBIAN_FRONTEND noninteractive
6
6
7
7
RUN apt-get update && \
8
- apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u7 && \
8
+ apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u8 && \
9
9
rm -rf /var/lib/apt/lists/*
10
10
11
11
RUN curl -O "https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/$(dpkg --print-architecture)/latest/amazon-cloudwatch-agent.deb" && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM debian:12.7 as awsbuilder
5
5
ENV DEBIAN_FRONTEND noninteractive
6
6
7
7
RUN apt-get update && \
8
- apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u7 && \
8
+ apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u8 && \
9
9
rm -rf /var/lib/apt/lists/*
10
10
11
11
RUN curl -O "https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/$(dpkg --print-architecture)/latest/amazon-cloudwatch-agent.deb" && \
@@ -71,7 +71,7 @@ RUN apk add --no-cache --virtual .builddeps \
71
71
zip \
72
72
&& wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.7.11/pickle.phar -O /usr/local/bin/pickle \
73
73
&& chmod +x /usr/local/bin/pickle \
74
- && pickle install yaml@2.1.0 --defaults --no-interaction \
74
+ && pickle install yaml@2.2.4 --defaults --no-interaction \
75
75
&& pickle install
[email protected] --defaults --no-interaction \
76
76
&& ln -nfs /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
77
77
You can’t perform that action at this time.
0 commit comments