Skip to content

Commit

Permalink
feat: init (#1)
Browse files Browse the repository at this point in the history
* feat(init): initial Dockerfile setup

* chore(ci): various cleanup
  • Loading branch information
hutchic authored Dec 19, 2023
1 parent 6007139 commit 09ffcaf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ branches:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: [pre-commit, sync, release]
contexts: [pre-commit, release]
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: null
# Prevent merge commits from being pushed to matching branches
Expand Down
15 changes: 0 additions & 15 deletions .github/template-sync.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/sync.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": ["main"],
"tagFormat": "${version}",
"repositoryUrl": "https://github.com/hutchic-org/template-ghcr-release.git",
"repositoryUrl": "https://github.com/hutchic-org/docker-websocat.git",
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM ubuntu:focal
FROM alpine:latest@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

RUN touch touchfile
RUN apk add --no-cache websocat

ENTRYPOINT ["websocat"]

0 comments on commit 09ffcaf

Please sign in to comment.