Skip to content

Commit

Permalink
Refactoring dockerfile configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Aug 21, 2022
1 parent e3bb081 commit e0ae45d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG GIT_URL

ENV VENDOR="DevOpsCornerId"
ENV AUTHOR="DevOpsCorner.id <[email protected]>"
ENV IMG_NAME="terraform-codebuild"
ENV IMG_NAME="terraform-infra-codebuild"
ENV IMG_VERSION="4.0"
ENV IMG_DESC="Docker Image Terraform CodeBuild 4.0"
ENV IMG_DESC="Docker Image Terraform Infra CodeBuild 4.0"
ENV IMG_ARCH="amd64/x86_64"

ENV CODEBUILD_VERSION="4.0"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG GIT_URL

ENV VENDOR="DevOpsCornerId"
ENV AUTHOR="DevOpsCorner.id <[email protected]>"
ENV IMG_NAME="terraform-alpine"
ENV IMG_NAME="terraform-infra-alpine"
ENV IMG_VERSION="3.16"
ENV IMG_DESC="Docker Image Terraform Alpine 3.16"
ENV IMG_DESC="Docker Image Terraform Infra Alpine 3.16"
ENV IMG_ARCH="amd64/x86_64"

ENV ALPINE_VERSION="3.16"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.codebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG GIT_URL

ENV VENDOR="DevOpsCornerId"
ENV AUTHOR="DevOpsCorner.id <[email protected]>"
ENV IMG_NAME="terraform-codebuild"
ENV IMG_NAME="terraform-infra-codebuild"
ENV IMG_VERSION="4.0"
ENV IMG_DESC="Docker Image Terraform CodeBuild 4.0"
ENV IMG_DESC="Docker Image Terraform Infra CodeBuild 4.0"
ENV IMG_ARCH="amd64/x86_64"

ENV CODEBUILD_VERSION="4.0"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG GIT_URL

ENV VENDOR="DevOpsCornerId"
ENV AUTHOR="DevOpsCorner.id <[email protected]>"
ENV IMG_NAME="terraform-ubuntu"
ENV IMG_NAME="terraform-infra-ubuntu"
ENV IMG_VERSION="22.04"
ENV IMG_DESC="Docker Image Terraform Ubuntu 22.04"
ENV IMG_DESC="Docker Image Terraform Infra Ubuntu 22.04"
ENV IMG_ARCH="amd64/x86_64"

ENV UBUNTU_VERSION="22.04"
Expand Down

0 comments on commit e0ae45d

Please sign in to comment.