Skip to content

Commit

Permalink
Upgrade Python and Ark in Dockerfile, update CV 😇
Browse files Browse the repository at this point in the history
  • Loading branch information
wokoman committed Feb 20, 2024
1 parent cdf7cb9 commit f4b3503
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static-sites/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM public.ecr.aws/docker/library/python:3.11.5-bullseye as BUILDER
FROM public.ecr.aws/docker/library/python:3.12.2-bullseye as BUILDER
COPY /ark /ark
WORKDIR /ark
RUN pip install ark==7.1.0
RUN pip install ark==7.2.0
RUN ark build

FROM public.ecr.aws/docker/library/caddy:2.7.6-alpine
COPY --from=builder /ark/out /usr/share/caddy/
COPY --from=builder /ark/out /usr/share/caddy/
19 changes: 19 additions & 0 deletions static-sites/ark/src/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ This very website is built automatically thanks to **[GitHub Actions](https://gi

***

## [Keboola Czech s.r.o.](https://www.keboola.com/)

**Cloud Infractrucure Engineer**
*11/2023 - present*

Too soon to write short summary, but I'm working with:

* GCP, Azure, AWS
* Kubernetes
* Terraform, ARM
* GitHub Actions, Azure DevOps
* Datadog
* Python, Bash

## Career break
*8/2023 - 10/2023*

Taking some time off to refresh and spend with my family. Manage to get myself a AWS cert and help out on a small engineering project along the way.

## [Ataccama Software, s.r.o.](https://www.ataccama.com/)

**Cloud Platform Engineer**
Expand Down

0 comments on commit f4b3503

Please sign in to comment.