Commit Graph

36 Commits

Author SHA1 Message Date
Jim Clark
dd29e41dd1 Update release.yml 2023-08-09 22:38:59 -07:00
James Carnegie
b8d4b18bd6 Fix dockerfile
Some checks failed
Release / Release Go Binary (amd64, darwin) (push) Has been cancelled
Release / Release Go Binary (amd64, linux) (push) Has been cancelled
Release / Release Go Binary (amd64, windows) (push) Has been cancelled
Release / Release Go Binary (arm64, darwin) (push) Has been cancelled
Build and push / build (push) Has been cancelled
Release / Release Go Binary (arm64, linux) (push) Has been cancelled
0.1.6
2023-05-03 16:47:03 +01:00
Jim Clark
ce5b1520f8 set the tx channel to nil
Some checks failed
Build and push / build (push) Has been cancelled
Release / Release Go Binary (amd64, darwin) (push) Has been cancelled
Release / Release Go Binary (amd64, linux) (push) Has been cancelled
Release / Release Go Binary (amd64, windows) (push) Has been cancelled
Release / Release Go Binary (arm64, darwin) (push) Has been cancelled
Release / Release Go Binary (arm64, linux) (push) Has been cancelled
0.1.4 0.1.5
2023-05-03 01:11:39 +01:00
Jim Clark
11a7d10ea7 Check for closed channel 2023-05-03 01:11:39 +01:00
Jim Clark
68430613f1 For async, send response message from go block 2023-05-03 01:11:39 +01:00
Jim Clark
3b689d3762 Add menu so we remember the gomod2nix commands 2023-04-26 07:33:44 +01:00
Jim Clark
5ef7e9ef1c Switch from buildGoModule in nixpkgs to gomod2nix 2023-04-26 07:33:44 +01:00
Jim Clark
63d3cc2f0a Rename namespace to docker.tools
I have tested this version in the datoms project.
2023-04-23 20:38:58 +01:00
Jim Clark
4f77f40fb2 add a nix flake for this project (#8) 2023-04-18 09:42:28 -07:00
dependabot[bot]
c8635d37fa Bump github.com/opencontainers/runc from 1.1.3 to 1.1.5
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.3 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.3...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 17:36:01 +01:00
James Carnegie
caa1580ee1 Rename for publication in pod registry 2023-04-18 17:34:40 +01:00
dependabot[bot]
67eab57f32 Bump github.com/moby/buildkit from 0.11.3 to 0.11.4
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.11.3...v0.11.4)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 16:11:58 +00:00
dependabot[bot]
3096e87b04 Bump golang.org/x/net from 0.4.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 16:11:23 +00:00
dependabot[bot]
51e92b403b Bump github.com/containerd/containerd from 1.6.16 to 1.6.18
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.16 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.16...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 16:10:44 +00:00
James Carnegie
9c982ecf3b Remove debug symbols in docker image
Some checks failed
Build and push / build (push) Has been cancelled
Release / Release Go Binary (amd64, darwin) (push) Has been cancelled
Release / Release Go Binary (amd64, linux) (push) Has been cancelled
Release / Release Go Binary (amd64, windows) (push) Has been cancelled
Release / Release Go Binary (arm64, darwin) (push) Has been cancelled
Release / Release Go Binary (arm64, linux) (push) Has been cancelled
0.1.3
2023-02-15 13:54:36 +00:00
James Carnegie
6e69c80c9b Fix mod tidy by upgrading some things 2023-02-15 12:24:27 +00:00
Jonny Stoten
a8e8f0df16 Update docker/index-cli-plugin 2023-02-14 12:32:02 +00:00
James Carnegie
57cb1806f4 Trigger from tagging
Some checks failed
Build and push / build (push) Has been cancelled
Release / Release Go Binary (amd64, darwin) (push) Has been cancelled
Release / Release Go Binary (amd64, linux) (push) Has been cancelled
Release / Release Go Binary (amd64, windows) (push) Has been cancelled
Release / Release Go Binary (arm64, darwin) (push) Has been cancelled
Release / Release Go Binary (arm64, linux) (push) Has been cancelled
0.1.1
2023-02-09 13:59:16 +00:00
James Carnegie
292f7ec3cc Set log level to avoid stdout logging 2023-02-09 13:41:43 +00:00
James Carnegie
f58c0ad058 Reorg 0.1.0 2023-02-09 13:26:42 +00:00
Jonny Stoten
cb3b3534a4 Update docker/index-cli-plugin 2023-02-09 12:02:44 +00:00
Jim Clark
1c0f94d1b8 remote test job 2023-02-08 22:12:49 -08:00
Jim Clark
e30476e1a1 add build workflow for docker/pod-atomisthq-docker 2023-02-08 22:10:24 -08:00
James Carnegie
e2a9c2c613 Update README.md 2023-02-06 23:44:03 +00:00
James Carnegie
8c8bb6914c Release on release 2023-02-06 23:40:50 +00:00
James Carnegie
26cda189da Only release on tags 2023-02-06 23:23:24 +00:00
James Carnegie
a8ef14e5a0 Auto-rev the release number 2023-02-06 23:13:07 +00:00
James Carnegie
e46831718a Add username/password to generate-sbom 2023-02-06 23:08:33 +00:00
Christian Dupuis
555beaa4ec Add username and password 2023-02-03 16:54:50 +00:00
Jim Clark
ee56287867 Add async dispatch to README.md 2023-02-02 17:39:51 -08:00
Jim Clark
e5353b7310 Add example for static dispatch 2023-01-23 10:08:00 -08:00
Jim Clark
5df70f8d7f Support Index cli (#2)
* Add sbom support from index-cli

* Drop error channel

* return value is treated as an Invoke Op

* Add the index-cli-plugin

* Fix sample again

* Build platforms in multi-arch Docker build

* change go.sh for /bin/sh env in alpine

* Add workflow
2023-01-17 20:28:17 -08:00
Jim Clark
b2d8fdbbd5 rename docker to tools.docker 2022-12-06 23:46:18 -08:00
Jim Clark
30e10fd981 switch name from docker to tools.docker 2022-12-06 23:29:13 -08:00
Jim Clark
29e586ff95 Releases (#1)
Rename babashka to atomisthq
2022-12-06 22:19:23 -08:00
Jim Clark
17327a8739 Initial commit 2022-12-05 17:31:46 -08:00