Skip to content

Commit c9f5e79

Browse files
authored
feat!: Remove snap packaging (#322)
Signed-off-by: Farshid Tavakolizadeh <[email protected]>
1 parent ab96bde commit c9f5e79

15 files changed

+3
-348
lines changed

.github/dependabot.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ updates:
1717
# Included when device-sdk-go is updated
1818
- dependency-name: "github.com/edgexfoundry/go-mod-bootstrap/v3"
1919
# Included when device-sdk-go is updated
20-
- package-ecosystem: "gomod"
21-
directory: "/snap/local/helper-go"
22-
schedule:
23-
interval: "daily"

.github/workflows/snap.yaml

-30
This file was deleted.

.gitignore

-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ cmd/device-snmp
1919
glide.lock
2020

2121
VERSION
22-
23-
# snap files
24-
*.snap
25-
*.assert
26-
prime/
27-
stage/
28-
parts/
29-
squashfs-root/

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SNMP communication with the switch permits the device service to create events b
1616

1717
## Build with NATS Messaging
1818
Currently, the NATS Messaging capability (NATS MessageBus) is opt-in at build time.
19-
This means that the published Docker image and Snaps do not include the NATS messaging capability.
19+
This means that the published Docker images do not include the NATS messaging capability.
2020

2121
The following make commands will build the local binary or local Docker image with NATS messaging
2222
capability included.
@@ -35,11 +35,8 @@ See [Compose Builder](https://github.com/edgexfoundry/edgex-compose/tree/main/co
3535
3636
### Packaging
3737

38-
This component is packaged as docker image and snap.
39-
40-
For docker, please refer to the [Dockerfile](Dockerfile) and [Docker Compose Builder] scripts.
41-
42-
For the snap, refer to the [snap](snap) directory.
38+
This component is packaged as docker images.
39+
Please refer to the [Dockerfile](Dockerfile) and [Docker Compose Builder] scripts.
4340

4441

4542
### Pre-Requisites

snap/README.md

-38
This file was deleted.

snap/hooks/configure

-3
This file was deleted.

snap/hooks/install

-3
This file was deleted.

snap/local/bin/source-env-file.sh

-21
This file was deleted.

snap/local/helper-go/Makefile

-10
This file was deleted.

snap/local/helper-go/configure.go

-34
This file was deleted.

snap/local/helper-go/go.mod

-5
This file was deleted.

snap/local/helper-go/go.sum

-6
This file was deleted.

snap/local/helper-go/install.go

-53
This file was deleted.

snap/local/helper-go/main.go

-34
This file was deleted.

snap/snapcraft.yaml

-93
This file was deleted.

0 commit comments

Comments
 (0)