File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
@@ -45,7 +45,7 @@ RUN apk update \
4545
4646RUN CGO_ENABLED=0 \
4747 go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.2 \
48- && /go/bin/migrate version
48+ && /go/bin/migrate - version
4949
5050FROM scratch \
5151 AS image
@@ -57,4 +57,4 @@ COPY --from=build /go/bin/migrate /migrate
5757
5858USER appuser:appuser
5959ENTRYPOINT ["/migrate" ]
60- CMD ["help" ]
60+ CMD ["- help" ]
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Copyright (C) 2023 fiskaly GmbH <https://fiskaly.com>
33All rights reserved.
44
55Developed by: Philipp Paulweber et al.
6- <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77
8- This file is part of docker.migrate-postgres .
8+ This file is part of docker.migrate-pgsql .
99
1010Permission is hereby granted, free of charge, to any person obtaining a copy
1111of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33# All rights reserved.
44#
55# Developed by: Philipp Paulweber et al.
6- # <https://github.com/fiskaly/docker.migrate-postgres /graphs/contributors>
6+ # <https://github.com/fiskaly/docker.migrate-pgsql /graphs/contributors>
77#
8- # This file is part of docker.migrate-postgres .
8+ # This file is part of docker.migrate-pgsql .
99#
1010# Permission is hereby granted, free of charge, to any person obtaining a copy
1111# of this software and associated documentation files (the "Software"), to deal
2828default : build
2929
3030build :
31- docker build -t docker.migrate-postgres :` git describe --tags --always --dirty` .
31+ docker build -t docker.migrate-pgsql :` git describe --tags --always --dirty` .
You can’t perform that action at this time.
0 commit comments