UNCLASSIFIED

Commit cfe91ef0 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch '1.0' into 'development'

1.0

See merge request !16
parents 4f1e5bf9 0e0dd039
Pipeline #308431 passed with stages
in 10 minutes and 25 seconds
...@@ -10,7 +10,7 @@ ARG TARBALL=tsb-src-files.tar.gz ...@@ -10,7 +10,7 @@ ARG TARBALL=tsb-src-files.tar.gz
WORKDIR /go/src/app WORKDIR /go/src/app
COPY "${TARBALL}" . COPY "${TARBALL}" .
RUN tar -zxf tsb-src-files.tar.gz -C /go/src/app RUN tar -zxf tsb-src-files.tar.gz -C /go/src/app
RUN CGO_ENABLED=0 go build -a --ldflags '-X github.com/tetrateio/tetrate/pkg/version.build=0.9.0.rc7-0-gac4647de-tar-based-dockerfiles -extldflags "-static"' \ RUN CGO_ENABLED=0 go build -a --ldflags '-X github.com/tetrateio/tetrate/pkg/version.build=1.1.0-0-ge7507582d-HEAD -extldflags "-static"' \
-tags "netgo postgres" -installsuffix netgo \ -tags "netgo postgres" -installsuffix netgo \
-o /go/bin/bridge-migration \ -o /go/bin/bridge-migration \
github.com/tetrateio/tetrate/bridge/cmd/migration github.com/tetrateio/tetrate/bridge/cmd/migration
......
...@@ -8,7 +8,7 @@ name: "tetrate/tsb/bridge-migration" ...@@ -8,7 +8,7 @@ name: "tetrate/tsb/bridge-migration"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dso.mil # on ironbank.dso.mil
tags: tags:
- "0.9.0.rc7" - "1.1.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -31,7 +31,7 @@ labels: ...@@ -31,7 +31,7 @@ labels:
# Name of the distributing entity, organization or individual # Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Tetrate" org.opencontainers.image.vendor: "Tetrate"
# Authoritative version of the software # Authoritative version of the software
org.opencontainers.image.version: "0.9.0.rc7" org.opencontainers.image.version: "1.1.0"
# Keywords to help with search (ex. "cicd,gitops,golang") # Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "tetrate,tsb" mil.dso.ironbank.image.keywords: "tetrate,tsb"
# This value can be "opensource" or "commercial" # This value can be "opensource" or "commercial"
...@@ -43,11 +43,11 @@ resources: ...@@ -43,11 +43,11 @@ resources:
- auth: - auth:
region: us-east-1 region: us-east-1
id: tetrate-credential id: tetrate-credential
url: "s3://tetrate-buildfiles/tsb-src-files-0.9.0.rc7-1c33fc2b.tar.gz" url: "s3://tetrate-buildfiles/tsb-src-files-1.1.0-e7507582d.tar.gz"
filename: "tsb-src-files.tar.gz" filename: "tsb-src-files.tar.gz"
validation: validation:
type: "sha256" type: "sha256"
value: "e594e80b883362866210e256d2f4d7f8d350afd09a1f161f3c384bfc7b69cc64" value: "6e43bffa04eb1c00a0d8eb09b70d0d3e6fe8b57541cdae5f38cfe281dca0bfd6"
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment