SHA256
1
0
forked from pool/skaffold

Accepting request 949281 from home:ojkastl_buildservice:Branch_devel_kubic

new package skaffold

OBS-URL: https://build.opensuse.org/request/show/949281
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=1
This commit is contained in:
Richard Brown 2022-01-26 16:15:45 +00:00 committed by Git OBS Bridge
commit 94512078aa
8 changed files with 128 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

21
_service Normal file
View File

@ -0,0 +1,21 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.35.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">skaffold</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="archive">skaffold-1.35.2.tar.gz</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/GoogleContainerTools/skaffold</param>
<param name="changesrevision">f8ae4e65bafdcfd39e4de67329b185432899c7ad</param></service></servicedata>

3
skaffold-1.35.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:268371d47bf3a5adc704cb327ea7c7067c3045ba27680cbf94c4217bd71a55cd
size 17100735

19
skaffold.changes Normal file
View File

@ -0,0 +1,19 @@
-------------------------------------------------------------------
Wed Jan 26 08:07:33 UTC 2022 - kastl@b1-systems.de
- Update to version 1.35.2:
* patch release v1.35.2
* fix(labelling): hotfix for issues related to deploy erroring due to nested yaml field overriding in StatefulSet w/ PVC (#7011)
* fix: unblock cloud build edge builds (#7014)
* ci: fix lts image build (#7000)
* release v1.35.1 : patch release v1.35.1
* fix(ko): Do not add `-trimpath` when debugging (#6874)
* fix: apply cmd should run `kubectl create --dry-run` to get the `ManifestList` (#6875)
* release: v1.35.0 (#6868)
* chore(deps): update to kompose 1.26 (#6865)
* docs: link to Cloud Code in github README (#6864)
-------------------------------------------------------------------
Wed Jan 26 07:55:24 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- new package skaffold: Easy and Repeatable Kubernetes Development

54
skaffold.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package skaffold
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: skaffold
Version: 1.35.2
Release: 0
Summary: Easy and Repeatable Kubernetes Development
License: Apache-2.0
URL: https://github.com/GoogleContainerTools/skaffold
Source: skaffold-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.17
%description
Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It also provides building blocks and describe customizations for a CI/CD pipeline.
%prep
%setup -q
%setup -q -T -D -a 1
%build
go build \
-mod=vendor \
-buildmode=pie \
-ldflags="-X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.version=%{version} -X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.buildDate=$(date --iso-8601)" \
-o bin/skaffold ./cmd/skaffold
%install
# Install the binary.
install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%changelog

3
vendor.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5457432956169758a1121e16e1e8f53c56e6315524323683dc7864ebf7034421
size 11983940