Skip to content

Commit

Permalink
2.0.0 Temp Remove Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jun 12, 2024
1 parent c1c1454 commit cc1a8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions package/deploy-image-amzn
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@ docker build \
--platform linux/amd64 \
--tag "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION_MAJOR}" \
--tag "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}" \
--tag "${BASE_NAME_AMD64}:latest" \
--file package/Dockerfile .
docker push "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION_MAJOR}"
docker push "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}"
docker push "${BASE_NAME_AMD64}:latest"

./amzn/setup-arm64
BASE_NAME_ARM64="ghcr.io/rails-lambda/crypteia-extension-amzn-arm64"
docker build \
--platform linux/arm64 \
--tag "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION_MAJOR}" \
--tag "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}" \
--tag "${BASE_NAME_ARM64}:latest" \
--file package/Dockerfile .
docker push "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION_MAJOR}"
docker push "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}"
docker push "${BASE_NAME_ARM64}:latest"

docker manifest create \
"ghcr.io/rails-lambda/crypteia-extension-amzn:${CRYPTEIA_VERSION_MAJOR}" \
Expand All @@ -45,9 +41,3 @@ docker manifest create \
--amend "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}" \
--amend "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}"
docker manifest push "ghcr.io/rails-lambda/crypteia-extension-amzn:${CRYPTEIA_VERSION}"

docker manifest create \
"ghcr.io/rails-lambda/crypteia-extension-amzn:latest" \
--amend "${BASE_NAME_AMD64}:latest" \
--amend "${BASE_NAME_ARM64}:latest"
docker manifest push "ghcr.io/rails-lambda/crypteia-extension-amzn:latest"
10 changes: 0 additions & 10 deletions package/deploy-image-debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@ docker build \
--platform linux/amd64 \
--tag "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION_MAJOR}" \
--tag "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}" \
--tag "${BASE_NAME_AMD64}:latest" \
--file package/Dockerfile .
docker push "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION_MAJOR}"
docker push "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}"
docker push "${BASE_NAME_AMD64}:latest"

./debian/setup-arm64
BASE_NAME_ARM64="ghcr.io/rails-lambda/crypteia-extension-debian-arm64"
docker build \
--platform linux/arm64 \
--tag "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION_MAJOR}" \
--tag "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}" \
--tag "${BASE_NAME_ARM64}:latest" \
--file package/Dockerfile .
docker push "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION_MAJOR}"
docker push "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}"
docker push "${BASE_NAME_ARM64}:latest"

docker manifest create \
"ghcr.io/rails-lambda/crypteia-extension-debian:${CRYPTEIA_VERSION_MAJOR}" \
Expand All @@ -45,9 +41,3 @@ docker manifest create \
--amend "${BASE_NAME_AMD64}:${CRYPTEIA_VERSION}" \
--amend "${BASE_NAME_ARM64}:${CRYPTEIA_VERSION}"
docker manifest push "ghcr.io/rails-lambda/crypteia-extension-debian:${CRYPTEIA_VERSION}"

docker manifest create \
"ghcr.io/rails-lambda/crypteia-extension-debian:latest" \
--amend "${BASE_NAME_AMD64}:latest" \
--amend "${BASE_NAME_ARM64}:latest"
docker manifest push "ghcr.io/rails-lambda/crypteia-extension-debian:latest"

0 comments on commit cc1a8f1

Please sign in to comment.