Skip to content

Commit

Permalink
Use Go version 1.21.6, use gsoci registry (#920)
Browse files Browse the repository at this point in the history
* Use Go version 1.21.6, use gsoci registry

* Use -circleci version of app-build-suite image

* Revert last change
  • Loading branch information
marians authored Jan 18, 2024
1 parent 6c1b5ee commit 27790da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update Go to v1.21.6
- Access base images from `gsoci.azurecr.io`

## [6.14.0] - 2023-12-11

- added `jq` util to the image
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM quay.io/giantswarm/helm-chart-testing:v3.10.1 AS ct
FROM gsoci.azurecr.io/giantswarm/helm-chart-testing:v3.10.1 AS ct

FROM quay.io/giantswarm/app-build-suite:1.2.2 AS abs
FROM gsoci.azurecr.io/giantswarm/app-build-suite:1.2.2 AS abs

FROM quay.io/giantswarm/golang:1.21.5-alpine3.18 AS golang
FROM gsoci.azurecr.io/giantswarm/golang:1.21.6-alpine3.18 AS golang

FROM quay.io/giantswarm/conftest:v0.48.0 AS conftest
FROM gsoci.azurecr.io/giantswarm/conftest:v0.48.0 AS conftest

# Build Image
FROM quay.io/giantswarm/alpine:3.18
FROM gsoci.azurecr.io/giantswarm/alpine:3.18

# Copy go from golang image.
COPY --from=golang /usr/local/go /usr/local/go
Expand Down

0 comments on commit 27790da

Please sign in to comment.