Commit Graph

6 Commits

Author SHA1 Message Date
duzhuoshanwai 9e5aaa52cb
为Dockerfile中添加替换alpine镜像源命令
解决神奇的网络问题
Step 8/14 : RUN apk --no-cache add ca-certificates
 ---> Running in a525d7759627
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/main: temporary error (try again later)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/community: temporary error (try again later)
ERROR: unable to select packages:
  ca-certificates (no such package):
    required by: world[ca-certificates]
The command '/bin/sh -c apk --no-cache add ca-certificates' returned a non-zero code: 1
2024-10-27 00:33:40 +08:00
Liu Bingyan 0685e8c153
Modify expose port (#46)
Modify expose port to match the port in the docker-compose file.
2024-07-29 00:33:11 -07:00
forose e251e9e50b
Update Dockerfile (#39)
Set up a proxy for Go
2024-06-18 21:20:16 -07:00
Alterem ed9ed5bdb6
Update Dockerfile (#13)
修改基础编译镜像为:golang:alpine
2024-05-16 21:03:07 -07:00
Alterem 926f4146c5
Patch 3 (#12)
* Update docker-compose.yml

* Update Dockerfile
2024-05-16 20:04:10 -07:00
tkizm1 f4b65d9144
add docker and actions and compose (#5)
* Create docker-publish.yml

* Create Dockerfile

* Update Dockerfile

* Create docker-compose.yml
2024-05-16 18:35:35 -07:00