Commit Graph

27 Commits

Author SHA1 Message Date
surtur 9f3dd8af68
dockerfile: add proper OCI annotations
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-10 16:28:28 +02:00
surtur 06845b9fa8
dockerfile: rm useless find-delete
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-24 16:59:50 +01:00
surtur ff22968fc6
refactor(dockerfile): consolidate consecutive RUNs
All checks were successful
continuous-integration/drone/push Build is passing
.. to achieve faster builds
2022-03-24 16:54:49 +01:00
surtur f6ef061f38
chore: bump docker frontend to v1.3
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-16 23:42:09 +01:00
surtur de0aebac46
chore: fool hadolint by pinning to linux-amd64 tag
All checks were successful
continuous-integration/drone/push Build is passing
that tag is rolling in this case - same as latest usually, but hadolint
doesn't know that :)
enabled us to get rid of the .hadolint.yaml file
2021-04-23 01:00:43 +02:00
surtur 7ef4d5e919
ci: build locally with kaniko + push to DockerHub
All checks were successful
continuous-integration/drone/push Build is passing
* add hadolint Dockerfile linter step
* update Dockerfile to implement hadolint suggestions (cbp)
* switch to immawanderer/drone-kaniko as the kaniko flavour of choice
* add a note to README about the DH builds issue situation
2021-04-22 21:38:59 +02:00
surtur 1ddd162007
chore: rm workdir directives [skip ci]
useless usage
2021-02-20 13:42:36 +01:00
surtur 3db19d71ef
chore: reduce rm verbosity 2021-02-20 13:41:50 +01:00
surtur 2a62efb044
chore: separate pacman commands each in their RUN 2021-02-20 13:40:40 +01:00
surtur 680d370deb
hotfix: archlinux/docker issue with glibc/alpm lib
All checks were successful
continuous-integration/drone/push Build is passing
issue has been partly fixed upstream
ref: bd4c5abe4d
what remained to be done was to momentarily ignore glibc updates
2021-02-20 13:25:24 +01:00
surtur e6dd054414
chore: point vcs-url to the primary source
All checks were successful
continuous-integration/drone/push Build is passing
* note that gh is only a read-only mirror
2020-11-26 14:58:41 +01:00
surtur cfb764cbee
feat: use pre-built, already updated image
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-02 20:12:10 +02:00
surtur fd652b4786
show must go on really
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 21:39:01 +02:00
surtur 1e03d27215
loosen the condition chain
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 21:20:11 +02:00
surtur dd36716c45
|| true to ensure safe passage
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 20:13:07 +02:00
surtur 75a4f245fb
fix failing build
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 18:52:41 +02:00
surtur 702e55c197
updated Dockerfile with latest space-saving stuff
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 17:47:08 +02:00
surtur bd41369dad
force updating of the system as make errors arose
All checks were successful
continuous-integration/drone/push Build is passing
* needed to have a *working* image for now
2020-04-13 00:06:12 +02:00
surtur 28e4151c5f
changed base image to archlinux official one
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-17 17:38:41 +01:00
surtur 6b56309e9c
added license metadata bit
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-17 03:20:31 +01:00
surtur 43ed5c2a5e
only update the necessary packages, (no -Syu)
All checks were successful
continuous-integration/drone/push Build is passing
- move (back) away from updating the whole system, where only a handful
  of packages get's used in the end anyway. this will also drastically
  minify the resulting image size
2020-03-17 02:05:59 +01:00
surtur 908b24c67c
explicitly target latest release in the Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-17 02:04:08 +01:00
surtur 4d82ea5950
updated message format
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-11 20:08:46 +01:00
surtur 1fe2e823c4
updated Dockerfile to use ARGs
All checks were successful
continuous-integration/drone/push Build is passing
* set LABEL details at build time using ARGs
* added build hook that provides the subject functionality
* refactored Dockerfile
2020-03-04 20:11:45 +01:00
surtur 20d440bfd8
only download and reinstall what is not present 2020-03-02 00:03:43 +01:00
surtur 5b8f3fab7b
correcting non-existent valgrind dep in Dockerfile
* false advertisement - was installing `vagrant` instead of promised
  `valgrind`

Signed-off-by: surtur <a_mirre@utb.cz>
2020-03-01 23:18:49 +01:00
surtur 06fca0df50
initial commit
Signed-off-by: surtur <a_mirre@utb.cz>
2020-03-01 20:56:08 +01:00