Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions app/controlplane/Dockerfile.migrations
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Container image built by go-releaser that's used to run migrations against the database during deployment
# See https://atlasgo.io/guides/deploying/image
# NOTE: Updated to canary since there is a vulnerability in the latest stable release
# from: arigaio/atlas:latest
# docker run arigaio/atlas@sha256:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c version
# atlas version v0.38.1-ce311d2-canary
FROM arigaio/atlas@sha256:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c as base
# from: arigaio/atlas:1.0.0
# docker run arigaio/atlas@sha256:0c5585e0768aeb500c1322e056caafe8a01c6cfc7cf2e5430ec26a6fc9541c09 version
# atlas version v1.0.0
FROM arigaio/atlas@sha256:0c5585e0768aeb500c1322e056caafe8a01c6cfc7cf2e5430ec26a6fc9541c09 as base

FROM scratch
# Update permissions to make it readable by the user
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init: init-api-tools
# in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
# install golangci-lint with Go 1.25 support
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.4.0
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.38.0 sh -s -- -y
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v1.0.0 sh -s -- -y

# initialize API tooling
.PHONY: init-api-tools
Expand Down
Loading