Skip to content

Commit 2898ad3

Browse files
authored
Updating image alias (#749)
* Updating image alias * Updating buildspec
1 parent edad5c3 commit 2898ad3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+8
-8
lines changed

README.md

+6-6

buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ phases:
55
commands:
66
- cd $CODEBUILD_SRC_DIR/ubuntu/standard/7.0
77
- docker build -t aws/codebuild/standard:7.0 .
8-
- cd $CODEBUILD_SRC_DIR/al2/x86_64/standard/5.0
9-
- docker build -t aws/codebuild/amazonlinux2-x86_64-standard:5.0 .
8+
- cd $CODEBUILD_SRC_DIR/al/x86_64/standard/5.0
9+
- docker build -t aws/codebuild/amazonlinux-x86_64-standard:5.0 .

0 commit comments

Comments
 (0)