Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steadyk committed Feb 15, 2024
1 parent 24b50c5 commit 01080ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-alpine as base
# Stick to Python 3.11 until Nuitka supports Python 3.12
FROM python:3.11-alpine@sha256:d1975f2182c9962f5daa1ad935eb092e3e32dce11d8105cb3584a31afc7b451b as base
ENV PYTHONUNBUFFERED 1

FROM base as builder
Expand Down Expand Up @@ -31,5 +32,5 @@ COPY tests/ /tests/
WORKDIR /tests
RUN python3 -m unittest discover -v -s .

FROM alpine:3.18.3
FROM alpine:3.19@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0
COPY --from=native-builder /install/harbor.bin /usr/local/harbor
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# harbor-day2-operator
The harbor day2 operator is for automated managment of existing harbor instances using python harbor-api
The harbor day2 operator is for automated management of existing harbor instances using python harbor-api

## Linter
We have activated linter like hadolint for dockerfiles. Please run
all the linters like dokumented underneath before checkin of source
all the linters like documented underneath before checkin of source
code. Pull requests are only accepted when no linting errors occur.

### hadolint
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
harborapi==0.22.3
harborapi==0.23.1

0 comments on commit 01080ff

Please sign in to comment.